Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

eu90h/racket-github-api

Repository files navigation

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.

About

simple bindings for the github api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published