Getting Started
GraphQL is ideal for codegenerated clients, but we also offer SDKs for select platforms.
The GraphQL Code Generator project supports generating clients for Node.js
, C#
and Java
.
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
A C#/.NET SDK is provided and maintained by Criipto. Follow along in tutorial or see all our C#/.NET examples.