https://github.com/ponylang/github_rest_api
Pony library for working with GitHub's REST API
https://github.com/ponylang/github_rest_api
github-api pony-core-team-library ponylang ponylang-langauge
Last synced: 7 months ago
JSON representation
Pony library for working with GitHub's REST API
- Host: GitHub
- URL: https://github.com/ponylang/github_rest_api
- Owner: ponylang
- License: bsd-2-clause
- Created: 2021-08-03T21:32:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T12:55:10.000Z (8 months ago)
- Last Synced: 2025-06-09T22:04:19.987Z (7 months ago)
- Topics: github-api, pony-core-team-library, ponylang, ponylang-langauge
- Language: Pony
- Homepage:
- Size: 149 KB
- Stars: 7
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GitHub REST API
Library for interacting with the GitHub REST API.
See [the examples](examples) for usage.
## Status
GitHub REST API is an alpha-level package.
The library currently does not implement the GitHub REST API. It contains at minimum, the functionality required for various ponylang organization needs.
Additional API surface and functionality will be added as needed. If you need functionality that is currently missing, please join us on the [Pony Zulip](https://ponylang.zulipchat.com/) and we can figure out if you opening a PR or using doing the work would be the best approach.
## Installation
* Install [corral](https://github.com/ponylang/corral)
* `corral add github.com/ponylang/github_rest_api.git --version 0.2.0`
* `corral fetch` to fetch your dependencies
* `use "github_rest_api"` to include this package
* `corral run -- ponyc` to compile your application
## API Documentation
[https://ponylang.github.io/github_rest_api](https://ponylang.github.io/github_rest_api)