Tag : rest

In this question I’m giving the example of the Wikipedia REST API, but really I’d like to know the answer for any Rest API, as documentation for several APIs I have looked at so far present a similar problem:
Rather than just listing the parameters it will accept and the fields that a query can return, it’ll give examples with incomplete inform..

Read more

Read more

I have gone back and forth over the years of wanting the holy grail of a nice declarative API for fetching data (like what GraphQL has), but realizing that it exposes all kinds of vulnerabilities like fetching too much data, slow performance on nested queries, and many other things. I originally started with REST APIs before that, and am leaning toward just creating REST APIs again now, just have 1, 2 or 3 potential variations of a response perhaps, but not unlimited permutations of what you can fetch like what raw SQL or GraphQL o..

Read more