Skip to content

KeillsIDP/imageupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageupload

RESTapi with ability to upload images

Response structure

Responses have similar structure:
  data: ~
  message: ~
  status: ~

Requests:

GET: /orders/
 Take no params
 Returns list of all orders
 Example:
alt text

POST: /orders/create
 Take params:
  file: multipart/form-data, required
  order: application/json, required
 Creates new order, and returns it
 Example:
alt text

DELETE: /orders/delete/{id}
 Takes PathParam - id (Long)
 Returns general response form with data:""
 Example:
alt text

About

RESTapi with ability to upload images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages