Closed SoCuul closed 5 months ago
Thank you for this, @SoCuul!
When I initially did all this work, I did a very similar thing but with the website code instead of the mobile app code. Almost all of the same endpoints are already in https://github.com/Jman012/FloatplaneAPI/blob/a698ff42f6a990736630b2a69f308a617647d231/src/floatplane-openapi-specification.json thankfully :)
I did do a diff and there are some differences. Most of which is in regard to the moderation/administration which we don't have access to and don't really need so that's fine. But I think the mobile apps don't have those API paths because that's all mainly handled via the website anyway.
All that said, I don't think there's much to need to add here yet. If anyone does have a specific new API that isn't mapped out here yet I can always take a look and get that added.
Thanks though!
I was scraping the API routes contained inside the mobile app and thought I'd post them here in case you can do something with them!