Giter VIP home page Giter VIP logo

simpletodo's Introduction

Simple TODO - API

Simple TODO is an REST Web API

Using

TODO APi1

Imgur

Imgur

API Reference

GET REQUEST

Get all Todo's with all tasks

http://localhost:51573/api/v1/

Get all Todo's

http://localhost:51573/api/v1/simpletodo

Get single Todo item

http://localhost:51573/api/v1/simpletodo/{id}

Get single Todo item and its tasks

http://localhost:51573/api/v1/simpletodo/{id}/tasks

POST REQUEST

Add new Todo list

http://localhost:51573/api/v1/simpletodo/add

ToDoItem: {
	ToDoItemId: "285e0193-fc4c-4aaf-943b-c7f76c79ef95",
	Description: "Amit's todo",
	SortOrder: 10
}

Add task/tasks to an existing Todo item

http://localhost:51573/api/v1/simpletodo/{id}/add

SimpleTasks: [
	{
		ToDoItemId: "565388fa-4f22-464f-8e0c-35dbded4bd4c",
		SimpleTaskId: "f4a42ba8-940b-4c9f-b00f-a7fc5a9267c0",
		Title: "Tesco online",
		Status: 0,
		DateAdded: "2016-10-21T19:17:41.654163+01:00",
		LastUpdated: null,
		DueDate: null,
		Notes: "Order online"
	},
	{
		ToDoItemId: "565388fa-4f22-464f-8e0c-35dbded4bd4c",
		SimpleTaskId: "c0766f88-2150-4445-89d7-d20e787271bf",
		Title: "Car MOT",
		Status: 0,
		DateAdded: "2016-10-21T19:17:41.654163+01:00",
		LastUpdated: null,
		DueDate: null,
		Notes: "car"
	},
]

Bugs and enhancements

  • DELETE PUT not implemented

Social

simpletodo's People

Contributors

amitdina avatar amitpore avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.