16 lines
415 B
Markdown
16 lines
415 B
Markdown
# 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: |