Skip to content

dfrankland/tokei-aas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tokei-aas

Tokei as a Service

Building and running

cargo run

Testing

  • Run a mutation

    curl \
      -H "Accept: application/json" \
      -H "Content-Type: application/json" \
      -X POST \
      --data '{ "query": "mutation { add(by: 1) }" }' \
      http://127.0.0.1:8000/graphql
  • Run a query

    curl \
      -H "Accept: application/json" \
      -H "Content-Type: application/json" \
      -X POST \
      --data '{ "query": "{ accumulator }" }' \
      http://127.0.0.1:8000/graphql

About

Tokei as a Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages