{"id":20644189,"url":"https://github.com/lyaricci/api_todolist_rails","last_synced_at":"2026-05-14T13:36:59.516Z","repository":{"id":209735389,"uuid":"724813400","full_name":"lyaricci/api_todolist_rails","owner":"lyaricci","description":"This is an example of a todolist API in Rails","archived":false,"fork":false,"pushed_at":"2023-11-28T21:58:08.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T12:38:12.925Z","etag":null,"topics":["api-rest","learning-by-doing","rails","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lyaricci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-28T21:04:02.000Z","updated_at":"2023-11-28T22:18:07.000Z","dependencies_parsed_at":"2023-11-28T22:48:31.250Z","dependency_job_id":null,"html_url":"https://github.com/lyaricci/api_todolist_rails","commit_stats":null,"previous_names":["lyaricci/api_todolist_rails"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lyaricci/api_todolist_rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaricci%2Fapi_todolist_rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaricci%2Fapi_todolist_rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaricci%2Fapi_todolist_rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaricci%2Fapi_todolist_rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyaricci","download_url":"https://codeload.github.com/lyaricci/api_todolist_rails/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyaricci%2Fapi_todolist_rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33027188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","learning-by-doing","rails","ruby","ruby-on-rails"],"created_at":"2024-11-16T16:15:17.946Z","updated_at":"2026-05-14T13:36:59.471Z","avatar_url":"https://github.com/lyaricci.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API Todolist Ruby on Rails\n\nThis is a simple example of a todolist API created with Ruby on Rails.\n\n## Endpoints\n\n\u003e *All endpoints return JSON.*\n\n### GET /tasks\n\nReturns a list of tasks.\n\n### GET /tasks/:id\n\nReturns a task by its id.\n\n### GET /tasks/completed\n\nReturns a list of tasks marked as completed.\n\n### GET /tasks/incomplete\n\nReturns a list of tasks marked as incomplete.\n\n### POST /tasks\n\nCreates a new task. Parameters:\n\n- *required* `title` (string): The task title\n- *optional* `description` (string): The task description\n- *required* `completed` (boolean): Whether the task is completed or not\n\n### PATCH /tasks/:id\n\nUpdates a task. Parameters:\n\n- *required* `title` (string): NEW task title\n- *optional* `description` (string): NEW task description\n- *required* `completed` (boolean): NEW task status\n\n### DELETE /tasks/:id\n\nDeletes a task.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyaricci%2Fapi_todolist_rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyaricci%2Fapi_todolist_rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyaricci%2Fapi_todolist_rails/lists"}