Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

cloudant/monic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating containers;

curl -sv localhost:8000/foo -XPUT -Hcontent-type:application/vnd.com.cloudant.monic.container+json

Deleting containers;

curl -sv localhost:8000/foo -XDELETE -Hcontent-type:application/vnd.com.cloudant.monic.container+json

Inserting data into containers

curl -sv localhost:8000/foo/1234/foo.jpg -T foo.jpg

Fetching data from containers

curl localhost:8000/foo/1234/foo.jpg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published