Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
/ image-storage Public archive

simple REST API for uploading and serving images

Notifications You must be signed in to change notification settings

tsivinsky/image-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-storage

REST API for uploading and serving images

Usage

POST /api/images/upload

allows upload new images

Request body

image={file}

GET /:filename

serves uploaded earlier images

GET /api/images/:id

returns info about image

DELETE /api/images/:id

deletes image

About

simple REST API for uploading and serving images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published