I use Firefox on mobile too. UI could be a bit better (like more separation between comments) but it's nice and seems to work better than the apps.
Thanks for the useful script!
Here's the Lemmy HTTP API documentation.
In Rust, you can use a HTTP client like reqwest and the lemmy_api_common crate (along with the lemmy_api
and lemmy_api_crud
crates in the README) which provides the data types needed to send/receive data when making HTTP requests.
That's what I'm doing for now π
Maybe in the future one of them will become the official one. Or there will be an official version and community version.