https://github.com/jgaskins/github
GitHub API client
https://github.com/jgaskins/github
Last synced: 3 months ago
JSON representation
GitHub API client
- Host: GitHub
- URL: https://github.com/jgaskins/github
- Owner: jgaskins
- License: mit
- Created: 2023-12-21T04:59:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T00:10:53.000Z (4 months ago)
- Last Synced: 2025-03-24T06:51:23.929Z (3 months ago)
- Language: Crystal
- Size: 69.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github
An early implementation of the GitHub API
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
github:
github: jgaskins/github
```2. Run `shards install`
## Usage
```crystal
require "github"
```TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Jamie Gaskins](https://github.com/jgaskins) - creator and maintainer