An open API service indexing awesome lists of open source software.

https://github.com/ispyhumanfly/drone-deploy-experiments


https://github.com/ispyhumanfly/drone-deploy-experiments

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# drone-deploy-experiments

We will use this to test DroneDeploy's API

## Shell examples

```shell
./graphql_test.py | while read RESULT; do echo $RESULT | jq ".data" ; done
```