“This is, by far, the worst API I’ve ever used.”
“But you can use it!”
Then wait till you hear about v1.2…
There’s a massive backlog of awesome stuff that really needs to be released so I’ll be doing that within the next week or two.
- Rimu, the primary dev of PieFed, roughly a week ago…
Not a developer but photon piefed support is becoming pretty good they are implementing post flairs and topics are coming soon and that’s all piefed features I think that are unique to me that’s the only third party thing i use i don’t like to read lemmy on my phone
what is the referring to tho? I know piefed but whap api specifically?
For mobile apps. Related: [email protected]
There is an api by which things like mobile apps can be used with piefed.
But I abuse piefed on mobile and have never got any rate limit warnings?
I think the limited part of this is that there are still lots of things that you can only do in the web ui that aren’t exposed to the api yet. It isn’t rate limited.
There are some api rate limits (look for
RateLimitExceeded
in routes), but the settings are generous enough that a normal user (and not a bot) isn’t going to get caught by them.Huh, I’m using Voyager on Android, am I missing anything useful?
Off the top of my head, some of the cross post aggregation that piefed does in the web frontend was only very recently (like literally yesterday) added to the api. Post flair is another that was only just added to the api within the past week or so, so I don’t expect it has seen a lot of use yet in apps. Lots of the features around feeds and topics aren’t included yet. And, most annoyingly for me, is that most of the notification types are not returned in the api yet. So, you can end up in a scenario where the api will tell you that you have X unread notifications, but since some of those notification types might not be defined yet in the api, you can only interact with a subset of them.
We are working on it!
Repost aggregation for one
The person above is a PieFed.ca user
Okay, yeah. I mean that’s not relevant but you’re right sure. However using piefed via voyager only shows you comments from the post in the community you click. Not all the cross posts. It also doesn’t show you flares and the color tagging etc. Only the web version currently does that.
An API is what an app uses to talk to the server and show you things.
If you are using the web browser front-end (either mobile or desktop), then you are not using the API back-end.
API = Application Programming Interface, an alternative to the web browser.