Skip to content

b1n0xd/APIrest-webflux-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest API documentation with Webflux and MongoDB

Rest API created in order to save and show all playlist`s saved inside the MongoDB database.

Documentation

Return all playlist item`s , all items generate id random.

  GET /playlist

Returns the specific item identified by ID.

  GET /playlist/{id}
Body Type Description
id string Mandatory. The ID of the item you want

Save a new item.

  POST /playlist
Body ConcentType Description
{"nome": "item name"} ApplicationJason Mandatory. The name of the item you want

Save the new item and list in endpoint /playlist with get method.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages