Is it possible to use FQL or fauna itself via CURL?

Is it possible to use FQL or fauna itself via CURL? I use some languages that don’t have drivers now and may take while to be develop so I’m wondering if there is a way to use all via CURL

You can hit the GraphQL endpoints using curl:

But I suspect you mean using FQL. The over-the-wire protocol is not documented, but it is possible.

If you do want to dive in, the best approach is to 1) inspect the drivers’ source code, 2) look at how the driver serializes the requests, etc. Unfortunately, there is no guarantee of compatibility for future releases.

https://forums.fauna.com/t/documentation-for-pure-http-requests/513

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.