Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
greg
@gregfromstl
When is it appropriate to create a POST vs a GET? I keep seeing APIs use a POST for seemingly no reason and it drives me crazy
5 replies
2 recasts
13 reactions
Zinger โ
@zinger
To me a POST is for updating data while a GET is for querying it Exception is GraphQL where a POST is recommended for everything and things are split at the query / mutation level instead
1 reply
0 recast
1 reaction
greg
@gregfromstl
That's why GraphQL is unholy
0 reply
0 recast
1 reaction