From d42e826bd6ef1a0c41c05431257959e0e2017fb9 Mon Sep 17 00:00:00 2001 From: Rik <24355251+Riktastic@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:22:52 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3169610..26aa341 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,6 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ## 🚀 Core Features -### **Production-Grade Foundation** -_Jumpstart secure API development_ -- Battle-tested Rust template following industry best practices -- Built-in scalability patterns for high-traffic environments - ### **Effortless Deployment** _From zero to production in minutes_ - 🐳 Docker Compose stack with pre-configured services @@ -154,6 +149,10 @@ Each folder has a detailed README.md file which explains the folder in more deta | GET | `/users/{id}` | ✅ | ✅ | Get a user by ID. | | DELETE | `/users/{id}` | ✅ | ✅ | Delete a user by ID. | | | | | | | +| **Usage routes** | | | | | +| GET | `/usage/lastweek` | ✅ | 🚫 | Amount of API calls withim the last week of the current user. | +| GET | `/usage/lastday` | ✅ | 🚫 | Amount of API calls within last day of the current user. | +| | | | | | | **Todo routes** | | | | | | GET | `/todos/all` | ✅ | 🚫 | Get all todos of the current user. | | POST | `/todos/` | ✅ | 🚫 | Create a new todo. | @@ -373,4 +372,4 @@ Please be respectful and follow the [Code of Conduct](https://www.contributor-co ### 🎉 Thanks for Contributing! -Your contributions help make Axium better for everyone! 🙏 \ No newline at end of file +Your contributions help make Axium better for everyone! 🙏