remoteit-api 0.1.0

A wrapper around the Remote.it GraphQL API, also implementing the custom request signing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Open a recipe chooser
default:
    just --choose

# List all available recipes
list:
    just --list -u

alias wn := watch-nextest
# Run all tests with the nextest runner, rerunning when files change
watch-nextest:
    cargo watch -x 'nextest run --all-features'