diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:40:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:40:18 -0700 |
| commit | efe84239e75dd8c453d761c5ea58cbe30b76f6ba (patch) | |
| tree | 6cc1739add5c70e7784e13a1d9b80a82db6b305e | |
| parent | etc: Add copyleft symbol to copyleft header (diff) | |
| parent | chore: Add a Say Thanks button :) (diff) | |
| download | api-efe84239e75dd8c453d761c5ea58cbe30b76f6ba.tar.xz api-efe84239e75dd8c453d761c5ea58cbe30b76f6ba.zip | |
Merge branch 'main' of https://github.com/senpy-club/api into main
| -rw-r--r-- | readme.md | 10 | ||||
| -rw-r--r-- | src/routes.rs | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -9,6 +9,9 @@ <a href="https://www.codefactor.io/repository/github/senpy-club/api"> <img src="https://www.codefactor.io/repository/github/senpy-club/api/badge" alt="codefactor" /> </a> +<a href="https://saythanks.io/to/[email protected]"> +<img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" alt="Say Thanks" /> +</a> <a href="./license"> <img src="https://img.shields.io/github/license/Whirlsplash/whirl" alt="license" /> </a> @@ -26,6 +29,13 @@ releases version `0.5.0`, it will stay broken. - run (dev): `ROCKET_ENV=dev cargo run` - build (prod): `ROCKET_ENV=prod cargo build --release` +also note that this api wrapper leverages the official github api, meaning that rate-limits are +very much present. + +if you are going to be self hosting this project, it is highly encouraged that +you generate yourself a github personal access token and set the environment variable `GITHUB_TOKEN` +as your pat. + ## contributing please reference the [contribution guidelines](./contributing.md) of this repository. diff --git a/src/routes.rs b/src/routes.rs index 7f47a9a..d7512b4 100644 --- a/src/routes.rs +++ b/src/routes.rs @@ -41,7 +41,7 @@ https://github.com/fuwn ### license gnu general public license v3.0 (gpl-3.0-only) -https://github.com/senpy-club/api/blob/main/LICENSE"# +https://github.com/senpy-club/api/blob/main/license"# } #[get("/github")] |