**github-curl**

```shell
usage: github-curl [options] url 
options same as curl options
url - https://api.github.com/<path>

$ github-curl https://api.github.com/ # test
$ github-curl -D /dev/null https://api.github.com/ # body (json) only
$ github-curl -o /dev/null https://api.github.com/ # headers only
```

+2 additional scripts (with same syntax):

*	**github-curl-headers** - headers only
*	**github-curl-body** - body (json) only

**~/.githubtoken** required
