nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

Import csv #175

Closed nesh170 closed 7 years ago

nesh170 commented 7 years ago
  1. Example CSV Export GET /api/item/csv/export/example HTTP/1.1 Host: localhost:8000 Authorization: Token

  2. CSV Export GET /api/item/csv/export HTTP/1.1 Host: localhost:8000 Authorization: Token

  3. CSV Import POST /api/item/csv/import HTTP/1.1 Host: localhost:8000 Authorization: Token Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW

------WebKitFormBoundary7MA4YWxkTrZu0gW Content-Disposition: form-data; name="csv_file"; filename="" Content-Type:

------WebKitFormBoundary7MA4YWxkTrZu0gW--

Error Message PR: https://github.com/nesh170/asap-inventory-system/pull/194