Skip to content
Snippets Groups Projects
requests.http 302 B
Newer Older
Lukas Karsch's avatar
#3  
Lukas Karsch committed
GET http://localhost:8080/api/v1/plants

### Garden
### Add plant to garden
POST http://localhost:8080/api/v1/garden/add/1

### Get plants from garden
GET http://localhost:8080/api/v1/garden/

### Get plants from garden, sort
GET http://localhost:8080/api/v1/garden/?sort=harvestDate