Refactor API
Split API in different blueprints like for the web UI: - users (login) - inventory - network Use version in API url (api/v1) to make future changes easier without breaking backward compatibility
Showing
- app/api/inventory.py 172 additions, 0 deletionsapp/api/inventory.py
- app/api/network.py 55 additions, 0 deletionsapp/api/network.py
- app/api/users.py 40 additions, 0 deletionsapp/api/users.py
- app/api/utils.py 56 additions, 0 deletionsapp/api/utils.py
- app/factory.py 6 additions, 2 deletionsapp/factory.py
app/api/network.py
0 → 100644
app/api/users.py
0 → 100644
app/api/utils.py
0 → 100644
Please register or sign in to comment