Skip to content

Interrupt/tasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tasker

Test REST API using Java / Jersey, runs an embedded Grizzly web server.

Starts up on http://localhost:8080/tasker

Get all tasks

GET /tasks

Get one task

GET /tasks/{key}

Create a new task

POST /tasks/{key}

{ "body": "Another Body", "title": "Hello World" }

Update a task

PUT /tasks/{key}

{ "body": "Another Body", "title": "Hello World", "done": true }

Delete a task

DELETE /tasks/{key}

Search for tasks in Elastic Search

GET /tasks/search?query={query}

About

Test REST API using Java / Jersey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages