wasmer-api 0.0.17

Wasmer API client library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.