Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swanandx/assassination-rs
Blazingly Fast REST API to get random quotes from Assassination Classroom made using Actix Web in Rust
https://github.com/swanandx/assassination-rs
Last synced: 3 days ago
JSON representation
Blazingly Fast REST API to get random quotes from Assassination Classroom made using Actix Web in Rust
- Host: GitHub
- URL: https://github.com/swanandx/assassination-rs
- Owner: swanandx
- Created: 2022-07-17T12:51:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T08:42:37.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:13:27.621Z (27 days ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# assassination-rs
A Blaingly Fast api to get random quote from Assassination Classroom!
Check out it on YouTube:
[![I Created a Blazingly Fast API in Rust for Assassination Classroom](https://img.youtube.com/vi/GN7iD1oM0oo/0.jpg)](https://www.youtube.com/watch?v=GN7iD1oM0oo "I Created a Blazingly Fast API in Rust for Assassination Classroom")
> "Take advantage of what you have, while you have it." ~korosensei
## Endpoints
- Base URL - [URL]
- Get random quote `/api/random`
- Get 5 random quotes `/api/quotes`
- Get available characters name `/api/characters`
- Get quotes of particular character `/api/characters/` (name is case sensitive)## Contribution
Just make a PR to add some more quotes in `quotes.json` or any improvement you would like to see in the code.