minus-squareXaeroDegreaz@lemmy.worldtoProgrammer Humor@lemmy.ml•You need to send an API Request to apply for a job in this companylinkfedilinkEnglisharrow-up39arrow-down3·2 years agoAPI is not versioned. Also REST API should not use verbs in their endpoint. POST is already the HTTP verb – /submit is superfluous. linkfedilink
minus-squareXaeroDegreaz@lemmy.worldtoProgrammer Humor@lemmy.ml•Hold on babe this is importantlinkfedilinkEnglisharrow-up6·2 years agoSounds like he needs a better IDE. linkfedilink
API is not versioned. Also REST API should not use verbs in their endpoint. POST is already the HTTP verb –
/submit
is superfluous.