Getting Started
While we do not offer any SDKs for our API, GraphQL is ideal for codegenerated clients.
The GraphQL Code Generator project supports generating clients for Node.js
, C#
and Java
.
Snowflaqe supports generating clients for F#
.
The GraphQL schema for codegen can be fetched by making a GET
request to the GraphQL Endpoint https://signatures-api.criipto.com/v1/graphql
curl https://signatures-api.criipto.com/v1/graphql
This example uses GraphQL Code Generator and is available at GitHub
This example uses Snowflaqe and is avilable at GitHub
This example uses GraphQL Code Generator and is available at GitHub