983
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 29 Jul 2023
983 points (100.0% liked)
Programmer Humor
38046 readers
51 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
API is not versioned. Also REST API should not use verbs in their endpoint. POST is already the HTTP verb --
/submit
is superfluous.From the picture, it doesn't appear they ever claim to be a REST API.
If course not, it's to apply for a job. It's a WORK API.
Take my upvote and get out of here.
This comment was worth the time I spent reading comments in this thread.