Initial commit

This commit is contained in:
Azeez Muibi
2025-03-20 13:35:44 +01:00
commit af9a6148a1
48 changed files with 2451 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Simbrella FirstAdvance API Flask Implementation
This project implements the Simbrella FirstAdvance API as defined in the OpenAPI 3.0 specification.
## Features
- Complete implementation of all API endpoints
- Authentication middleware for both Basic Auth and API Key auth
- Request/response validation
- Comprehensive error handling
- Logging
## Setup
1. Clone the repository
2. Create a virtual environment: