All Projects → eu90h → racket-github-api

eu90h / racket-github-api

Licence: other
simple bindings for the github api

Programming Languages

HTML
75241 projects
racket
414 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

github-api

Simple GitHub API bindings.

Usage

  • First: (require github-api)
  • Then create an identity: (github-identity type data)
  • Finally, initiate the bindings: (define api-req (github-api github-identity))
  • Now do your request: (github-create-gist api-req files)

For more detailed usage information and examples, see the included documentation.

Installation

Run raco pkg install git://github.com/eu90h/racket-github-api or use DrRacket.

To remove, execute raco pkg remove racket-github-api

A Note on Testing

To run the functional tests require a valid GitHub username & personal-access-token/password. If you wish to run the tests, edit the credentials in functional_tests/identity.rkt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].