Skip to content

samth/github.rkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub API Bindings for Racket

License: MIT

Example:

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

About

GitHub bindings for Racket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages