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
8 reactions
NeatmaChancy
@neatmachancy
Use POST for data updates or uploads, GET for data retrieval. It's important to follow RESTful principles for better API design
0 reply
0 recast
0 reaction