This is an API I made for the anime girls holding programming books github repo because I was bored.
It's a rewrite of the old API but written in Python using the Fast API library instead.
It scraps a local copy of the repo and thanks to that I was able to implement the Book-Date-Added
header so we know exactly when a book was added.
You can catch the api at https://api.devgoldy.xyz/aghpb/v1
(When it's up of course) ðŸ«
I was also even more bored so I decided to write an API wrapper in every mfing language I can possible, including those I've never really written in.
These are the languages I've written so far:
- 🦀 Rust - https://github.com/THEGOLDENPRO/aghpb.rs
- 🟦 TypeScript - https://github.com/THEGOLDENPRO/aghpb.ts
If you are cloning this repo to run it for yourself you'll probably want to pull the submodule too.
git submodule update --init --recursive
It pulls down the anime girls holding programming books github repo.