Mangabo Kolawole
Mangabo Kolawole
Rename projet to `drf-apikey` for the sake of simplicity and pronouncing.
## Is your feature request related to a problem? Please describe. The current implementation lacks detailed analytics and monitoring of API key usage. Without this, gaining insights into how API...
Related to #52
## Is your feature request related to a problem? Please describe. The absence of a rate-limiting feature in the current implementation makes the API susceptible to abuse, such as brute-force...
## Is your feature request related to a problem? Please describe. As the Django REST Framework Simple API Key gains traction, we recognize that our documentation may not be accessible...
## Summary **Implement Idempotency in Sendhooks Using `webhookId`field and Redis** ## Motivation The current iteration of Sendhooks lacks an idempotency feature, leading to potential duplicate processing of webhook events. This...
## Summary Develop two web pages to enhance our system's management and visualization of webhook data. The goal is to enable users to easily list all webhooks and view detailed...
## Summary Enhance Error Handling and Logging in `SendWebhook` Function This proposal suggests improvements to the `SendWebhook` function in our project, focusing on enhancing error handling and logging mechanisms. The...
## Objective Implement automatic pushing of Docker images to a Docker registry using GitHub Actions. This will streamline our CI/CD pipeline, ensuring that the latest builds are always available for...