Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
After finishing a project i always thing.
I wish I would have built X first and then just conformed to that ...
But I change what X is sometimes ...
Last week I did a lot of front end work on a thing and stopped and ... now I'm building the back to see if the logic makes sense for the actual data and the queries and etc I'll build...
Just never know.
But yeah spam the fuck out out APIs is the way to go IMO. -
I just ranted about this today. I exactly experienced the same api problems as yours. See my rant: https://devrant.com/rants/4492784/...
-
DBX126544y@jasongodev It's funny. My rant is inspired by an actual issue at work. I get frustrated, head to devrant to rant about it and see yours on the front page and think "Hey, at least I'm not suffering alone"
Related Rants

When the API is not documented.
Ladies and Gentlemen,
I present you the API I'm working with...
That's a pretty fucking useful error descrip...
Fuck api docs which are blatantly wrong. Wasted several hours on building an API client with pagination according to the api docs.
Turns out the actual implementation did not follow its own spec / api doc and returns values without pagination. And some objects are not objects but arrays.
I mean, next time I build an API client, I'll just fire a dozen requests on the endpoint, see what it wants and see what I get and maybe guess right what it actually does.
rant
rest
documentation
api