API structure has changed
16 structure changes including:
4 Additions
12 Modifications
Modified
12
DELETE /api/purchase_orders/{id}/
- Authentication
- Token auth authentication method Added
DELETE /api/vendors/{id}/
- Authentication
- Token auth authentication method Added
GET /api/purchase_orders/
- Authentication
- Token auth authentication method Added
GET /api/purchase_orders/{id}/
- Authentication
- Token auth authentication method Added
GET /api/vendors/
- Authentication
- Token auth authentication method Added
GET /api/vendors/{id}/
- Authentication
- Token auth authentication method Added
GET /api/vendors/{id}/performance/
- Authentication
- Token auth authentication method Added
POST /api/purchase_orders/
- Authentication
- Token auth authentication method Added
POST /api/purchase_orders/{id}/acknowledge/
- Authentication
- Token auth authentication method Added
POST /api/vendors/
- Authentication
- Token auth authentication method Added
PUT /api/purchase_orders/{id}/
- Authentication
- Token auth authentication method Added
PUT /api/vendors/{id}/
- Authentication
- Token auth authentication method Added
Added
4
POST /api-token-auth/
POST /api/login/
POST /api/logout/
POST /api/register/