AjaxAccount
| API | Description |
|---|---|
| GET api/AjaxAccount/ExternalLogin?provider={provider}&returnUrl={returnUrl} |
Documentation for 'ExternalLogin'. |
| GET api/AjaxAccount/ExternalLoginCallback?state={state} |
Documentation for 'ExternalLoginCallback'. |
| GET api/AjaxAccount/ExternalLoginRedirect |
Documentation for 'ExternalLoginRedirect'. |
| GET api/AjaxAccount/ExternalLogins |
Documentation for 'ExternalLogins'. |
| POST api/AjaxAccount/Login |
Documentation for 'Login'. |
| POST api/AjaxAccount/LogOff |
Documentation for 'LogOff'. |
| POST api/AjaxAccount/Register |
Documentation for 'Register'. |
| POST api/AjaxAccount/RegisterExternal |
Documentation for 'RegisterExternal'. |
| GET api/AjaxAccount/UserInfo |
Documentation for 'UserInfo'. |
| GET api/AjaxAccount?provider={provider}&returnUrl={returnUrl} |
Documentation for 'ExternalLogin'. |
| GET api/AjaxAccount?state={state} |
Documentation for 'ExternalLoginCallback'. |
TodoList
| API | Description |
|---|---|
| GET api/TodoList |
Documentation for 'GetTodoLists'. |
| GET api/TodoList/{id} |
Documentation for 'GetTodoList'. |
| PUT api/TodoList/{id} |
Documentation for 'PutTodoList'. |
| POST api/TodoList |
Documentation for 'PostTodoList'. |
| DELETE api/TodoList/{id} |
Documentation for 'DeleteTodoList'. |
Todo
| API | Description |
|---|---|
| PUT api/Todo/{id} |
Documentation for 'PutTodoItem'. |
| POST api/Todo |
Documentation for 'PostTodoItem'. |
| DELETE api/Todo/{id} |
Documentation for 'DeleteTodoItem'. |