API specification for the Boids application
Project description
OpenAPI generated server
Overview
This server was generated by the OpenAPI Generator project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub. This is an example of building a OpenAPI-enabled aiohttp server.
This example uses the Connexion library on top of aiohttp.
Requirements
Python 3.5.2+
Usage
To run the server, please execute the following from the root directory:
pip3 install -r requirements.txt
python3 -m boids_api
and open your browser to here:
http://localhost:8080/api/v1/ui/
Your OpenAPI definition lives here:
http://localhost:8080/api/v1/openapi.json
To launch the integration tests, use pytest:
sudo pip install -r test-requirements.txt
pytest
Prevent file overriding
After first generation, add edited files to .openapi-generator-ignore to prevent generator from overwriting them. Typically:
server/controllers/*
test/*
*.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file boids_api-1.0.3.tar.gz.
File metadata
- Download URL: boids_api-1.0.3.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb9893d22e6d3d0622f0b5110a461931b3e139ce54f71160941b1d9d8a879514
|
|
| MD5 |
7107de2c126bd0f4facbdca4ed7e263b
|
|
| BLAKE2b-256 |
a10108aca91c17877d7906d2580c7fd204f8347cc6e35a35a2ebe880645d28b5
|
File details
Details for the file boids_api-1.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: boids_api-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 29.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb6f1ddba58452b01fb28e58b2a95e53864690a4fc9f842edd9d3d5c10b45a9b
|
|
| MD5 |
c087765ba504efc88d2f804611a57e40
|
|
| BLAKE2b-256 |
91ac20b51704f314d4012cfd345a285b691aa24c8684faae84c4a765495289ad
|