1004
you are viewing a single comment's thread
view the rest of the comments
[-] Arigion@feddit.de 222 points 1 year ago* (last edited 1 year ago)

Here's an article about it: https://dev.to/maggiecodes_/how-i-applied-to-a-tech-job-using-a-post-request-193d

The thing that annoys me is the response. It should return status 201 created and the id of the new resource for future delete/update operations. Instead it returns 200 ok and some clear text. Wouldn't want to work with such an API.

[-] umbraroze@kbin.social 174 points 1 year ago

/serious Well, yes, most APIs are meant for system-to-system interaction, that's kind of a given. But since this particular API is clearly meant for human-to-system interaction, returning a human-readable response is adequate. Yes, a better design would probably allow the client to specify additional parameters about the desired response.

/back-to-jokes Yeah, well this kind of sums up most of my job applications. I send an application and the recruiting people are all like "OK".

[-] hstde@feddit.de 119 points 1 year ago

At least you do get a response.

[-] Lepsea@sh.itjust.works 3 points 1 year ago

I send an application and the recruiting people are all like "OK".

I always have a suspicion that all of the HR department are Rammus.

[-] hansl@lemmy.ml 1 points 1 year ago

Nah, clearly all HR are orcs. I once got a “zug zug” as an answer.

[-] hansl@lemmy.ml 2 points 1 year ago

/serious If you try with a non-human user agent I would expect it to return something machine readable.

load more comments (11 replies)
this post was submitted on 29 Jul 2023
1004 points (98.5% liked)

Programmer Humor

32131 readers
1209 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS