https://github.com/samth/github
https://github.com/samth/github
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samth/github
- Owner: samth
- Created: 2014-08-30T01:30:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T20:52:27.000Z (about 11 years ago)
- Last Synced: 2025-10-10T13:38:20.752Z (8 months ago)
- Language: Racket
- Size: 113 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```