Criipto
  1. Getting Started
  2. SDKs & codegen

The GraphQL Code Generator project supports generating clients for Node.js, C# and Java.

Schema

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

Node.js

This example uses GraphQL Code Generator and is available at GitHub

.NET (dotnet)

A C#/.NET SDK is provided and maintained by Criipto. Follow along in tutorial or see all our C#/.NET examples.

PHP

This example uses Sailor and is avialable at GitHub