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

https://github.com/samth/github


https://github.com/samth/github

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

### GitHub API Bindings for Racket

License: MIT

Example:

```racket
#lang racket
(require github)
(define c (new simple-client%))
(hash-ref (send c create-gist (hash "a-file" "some content")) 'html_url)
```