WebBreacher/WhatsMyName

Support for GraphQL based search

Closed this issue · 2 comments

GraphQL-based searches are just POST calls, but the major difference is that the response has to be parsed and checked as JSON, not HTML. Also, it is almost always a 200 response code.
Is support for such lookups within this project's purview?

I think it would be as we accept POST entries and there would be strings coming back.

I'm going to say "yes" and downstream tools can figure out how to parse it. Sites like anobii and caringbridge have moved to graphql so this is good timing.