mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
864 B
864 B
\TasksApi
All URIs are relative to https://127.0.0.1:8080/v1
| Method | HTTP request | Description |
|---|---|---|
| TasksGet | Get /tasks | Get next task. |
TasksGet
TaskWrapper TasksGet()
Get next task.
Gets the next task in the queue, ready for processing. Consumers should start processing tasks in order. No other consumer can retrieve this task.
Parameters
This endpoint does not need any parameter.
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]