Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capcom6-learning/django-inventory
https://github.com/capcom6-learning/django-inventory
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/capcom6-learning/django-inventory
- Owner: capcom6-learning
- Created: 2023-08-02T08:19:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-30T08:20:37.000Z (over 1 year ago)
- Last Synced: 2024-11-20T16:59:49.336Z (about 2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Inventory
## API
Base URL: /api/v1
### Общиме поля справочников
- status
- created_date
- updated_date### /places?nomeclature__name=стул [GET, GET :id, POST, DELETE]
- id
- name
- address### /places/:id/groups?nomeclature__name=стул [GET, GET :id, POST, DELETE]
- id
- name
- comment### /places/:id/groups/:id_group/instances [GET, GET :id, POST, DELETE]
- id
- nomenclature_id
- quantity
- comment### /types [GET, GET :id, POST, DELETE]
- id
- name### /types/:id/nomenclatures [GET, GET :id, POST, DELETE]
- id
- name
- type_id
- characteristics_values[]
[{"id": "freq", "value": "3000MHz"},{"id": "freq", "value": "3200MHz"}]### /types/:id/characteristics [GET, GET :id, POST, DELETE]
- id
- name### /search?place__id=1&nomeclature__name=стул