Update README.md
This commit is contained in:
parent
ed3fd1c367
commit
a6f6f57c1d
16
README.md
16
README.md
@ -81,14 +81,7 @@ A comprehensive REST API for managing 3D printing farms, inventory, and producti
|
|||||||
- `POST /auth/logout` - User logout
|
- `POST /auth/logout` - User logout
|
||||||
- `GET /auth/verify` - Verify authentication status
|
- `GET /auth/verify` - Verify authentication status
|
||||||
|
|
||||||
### User Management
|
### Production
|
||||||
- `GET /users` - Get all users
|
|
||||||
- `POST /users` - Create new user
|
|
||||||
- `GET /users/:id` - Get user by ID
|
|
||||||
- `PUT /users/:id` - Update user
|
|
||||||
- `DELETE /users/:id` - Delete user
|
|
||||||
|
|
||||||
### Production Management
|
|
||||||
- `GET /printers` - Get all printers
|
- `GET /printers` - Get all printers
|
||||||
- `POST /printers` - Create new printer
|
- `POST /printers` - Create new printer
|
||||||
- `GET /jobs` - Get all jobs
|
- `GET /jobs` - Get all jobs
|
||||||
@ -97,7 +90,7 @@ A comprehensive REST API for managing 3D printing farms, inventory, and producti
|
|||||||
- `POST /gcodefiles` - Upload G-code file
|
- `POST /gcodefiles` - Upload G-code file
|
||||||
- `GET /filaments` - Get all filaments
|
- `GET /filaments` - Get all filaments
|
||||||
|
|
||||||
### Inventory Management
|
### Inventory
|
||||||
- `GET /partstocks` - Get part stock levels
|
- `GET /partstocks` - Get part stock levels
|
||||||
- `POST /partstocks` - Update part stock
|
- `POST /partstocks` - Update part stock
|
||||||
- `GET /filamentstocks` - Get filament stock levels
|
- `GET /filamentstocks` - Get filament stock levels
|
||||||
@ -106,6 +99,11 @@ A comprehensive REST API for managing 3D printing farms, inventory, and producti
|
|||||||
- `GET /stockaudits` - Get stock audits
|
- `GET /stockaudits` - Get stock audits
|
||||||
|
|
||||||
### Management
|
### Management
|
||||||
|
- `GET /users` - Get all users
|
||||||
|
- `POST /users` - Create new user
|
||||||
|
- `GET /users/:id` - Get user by ID
|
||||||
|
- `PUT /users/:id` - Update user
|
||||||
|
- `DELETE /users/:id` - Delete user
|
||||||
- `GET /parts` - Get all parts
|
- `GET /parts` - Get all parts
|
||||||
- `POST /parts` - Create new part
|
- `POST /parts` - Create new part
|
||||||
- `GET /products` - Get all products
|
- `GET /products` - Get all products
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user