|
|
|
|
|
by HugoDaniel
3221 days ago
|
|
I can see the niche that GraphQL tries to fit in. But seriouslly, REST is much simpler and good enough for the huge majority of use cases. Striking the middle ground there is also postgrest[0] and their queryable REST approach. [0] https://postgrest.com/en/v4.1/ |
|
For REST based APIs you have to figure out all of these (and usually they are completely different accross projects/languages etc.).
Solutions like Swagger offer some sort of solution but they are still a PIA to work with.