Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ In time, we'll tag issues that would make a good first pull request for new cont
way to get started helping the project is to *file an issue*. Issues can include bugs to fix,
features to add, or documentation that looks outdated.

This library is maintained by @spotify/gjc-maintainers. If you have any questions, issues or need a
review, please tag this team in the relevant PR/issue.

## Contributions

This project welcomes contributions from everyone.
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
![Maven Central](https://img.shields.io/maven-central/v/com.spotify/github-client)


# github-client
# github-java-client

A small Java library for talking to GitHub/GitHub Enterprise and interacting with projects.

It supports authentication via simple access tokens, JWT endpoints and GitHub Apps (via private key).

It is also very light on GitHub, doing as few requests as necessary.

This library is maintained by @spotify/gjc-maintainers. If you have any questions, issues or need a
review, please tag this team in the relevant PR/issue.

## Getting Started

Include the latest version of github-client into your project:
Expand Down