1 unstable release
0.0.1 | Oct 25, 2024 |
---|
#36 in #ai-api
113 downloads per month
54KB
940 lines
Rust API client for openapi
Unofficial Reclaim.ai API. Currently Unstable!
Overview
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
- API version: 0.1.0
- Package version: 0.1.0
- Generator version: 7.10.0-SNAPSHOT
- Build package:
org.openapitools.codegen.languages.RustClientCodegen
Documentation for API Endpoints
All URIs are relative to https://api.app.reclaim.ai
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | api_planner_add_time_task_id_post | POST /api/planner/add-time/task/{id} | Add time to a task |
DefaultApi | api_planner_clear_exceptions_task_id_post | POST /api/planner/clear-exceptions/task/{id} | Clear exceptions for a task |
DefaultApi | api_planner_done_task_id_post | POST /api/planner/done/task/{id} | Mark a task as complete |
DefaultApi | api_planner_log_work_task_id_post | POST /api/planner/log-work/task/{id} | Log work on a task |
DefaultApi | api_planner_prioritize_task_id_post | POST /api/planner/prioritize/task/{id} | Prioritize a task |
DefaultApi | api_planner_start_task_id_post | POST /api/planner/start/task/{id} | Start a task |
DefaultApi | api_planner_stop_task_id_post | POST /api/planner/stop/task/{id} | Stop a task |
DefaultApi | api_planner_unarchive_task_id_post | POST /api/planner/unarchive/task/{id} | Mark a task as incomplete |
DefaultApi | api_tasks_get | GET /api/tasks | List all tasks |
DefaultApi | api_tasks_id_delete | DELETE /api/tasks/{id} | Delete a task |
DefaultApi | api_tasks_id_get | GET /api/tasks/{id} | Get a task by ID |
DefaultApi | api_tasks_id_patch | PATCH /api/tasks/{id} | Update a task |
DefaultApi | api_tasks_post | POST /api/tasks | Create a new task |
DefaultApi | api_tasks_reindex_by_due_patch | PATCH /api/tasks/reindex-by-due | Reindex tasks by due date |
DefaultApi | api_timeschemes_get | GET /api/timeschemes | List all time schemes |
Documentation For Models
- ApiPlannerDoneTaskIdPost200Response
- Error
- EventCategory
- EventColor
- Hours
- Task
- TaskPriority
- TaskStatus
To get access to the crate's generated documentation, use:
cargo doc --open
Author
Dependencies
~4–15MB
~206K SLoC