wasmer-api 0.0.17

Wasmer API client library.
Documentation

wasmer-api

API client for various Wasmer (+Deploy) APIs.

Development

Backend GraphQL Schema

The GraphQL schema for the backend is stored in ./src/backend/schema.graphql.

It can be retrieved from https://github.com/wasmerio/wapm.io-backend/blob/master/backend/graphql/schema.graphql.

The cynic Rust library is used for interacting with the api.

You can use https://generator.cynic-rs.dev/ to generate Rust structs based on GraphQL queries.