Skip to content

MongoLink/mongolink-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongolink-example

Build Status

Launch the example

mvn jetty:run

Usage

Get all

curl http://localhost:8080/fruits

Add

curl -d "name=aFruit" http://localhost:8080/fruits

Get

curl http://localhost:8080/fruits/fruitId

Modify

curl -X PUT -d "name=anotherFruit" http://localhost:8080/fruits/fruitId

Delete

curl -X DELETE http://localhost:8080/fruits/fruitId

Online example

http://mongolink-example.mongolink.cloudbees.net/

About

Mongolink Example

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages