Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgaskins/github
GitHub API client
https://github.com/jgaskins/github
Last synced: 22 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T06:47:38.000Z (about 2 months ago)
- Last Synced: 2024-12-09T10:55:42.474Z (25 days ago)
- Language: Crystal
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- 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