{"id":27220078,"url":"https://github.com/xansaul/todo-api","last_synced_at":"2026-04-29T15:03:53.718Z","repository":{"id":177113138,"uuid":"659962729","full_name":"xansaul/Todo-api","owner":"xansaul","description":"Todo api - Django project with REST framework","archived":false,"fork":false,"pushed_at":"2023-07-15T23:03:43.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T22:32:36.449Z","etag":null,"topics":["account-management","django","django-rest-framework","jwt","jwt-authentication","jwt-token","rest","rest-api","rest-framework","todoapp","todolist","todos","token"],"latest_commit_sha":null,"homepage":"https://todo-api-blush.vercel.app/","language":"Python","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/xansaul.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-29T00:28:16.000Z","updated_at":"2023-06-29T04:42:17.000Z","dependencies_parsed_at":"2024-02-18T04:31:18.100Z","dependency_job_id":"1f00628d-8ccf-48f1-b12f-d968aa76addd","html_url":"https://github.com/xansaul/Todo-api","commit_stats":null,"previous_names":["xansauldev/todo-api","xansaul/todo-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xansaul/Todo-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xansaul%2FTodo-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xansaul%2FTodo-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xansaul%2FTodo-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xansaul%2FTodo-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xansaul","download_url":"https://codeload.github.com/xansaul/Todo-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xansaul%2FTodo-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32430803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["account-management","django","django-rest-framework","jwt","jwt-authentication","jwt-token","rest","rest-api","rest-framework","todoapp","todolist","todos","token"],"created_at":"2025-04-10T06:51:59.496Z","updated_at":"2026-04-29T15:03:53.693Z","avatar_url":"https://github.com/xansaul.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project: Todo App\n# 📁 Collection: Accounts \n\n\n## End-point: register\n### Method: POST\n\u003e```\n\u003ehttp://127.0.0.1:8000/api/users/\n\u003e```\n### Body (**raw**)\n\n```json\n{\n    \"email\": \"test@test.com\",\n    \"first_name\": \"fulano\",\n    \"last_name\":\"sutano\",\n    \"password\": \"123456\",\n    \"password_confirm\": \"123456\"\n}\n```\n\n\n⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃\n\n## End-point: update user\n### Method: PUT\n\u003e```\n\u003ehttp://127.0.0.1:8000/api/users/\n\u003e```\n### Body (**raw**)\n\n```json\n{\n    \"email\": \"t2est@test.com\",\n    \"first_name\": \"fulano2\",\n    \"last_name\":\"sutano1\"\n}\n```\n\n### 🔑 Authentication bearer\n\n|Param|value|Type|\n|---|---|---|\n|token|eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjg3OTE3NjgyLCJpYXQiOjE2ODcwNTM2ODIsImp0aSI6IjEwZmRlYTQxYWYxZjQ0ZDU5ZTkyMDk2ZDI0ZmNhYzg5IiwidXNlcl9pZCI6M30.7HloSCh3uQz0Zs5Aq7sEEnKlIfDU9aPNd6xc1HTVjRI|string|\n\n\n\n⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃\n\n## End-point: get user\n### Method: GET\n\u003e```\n\u003ehttp://127.0.0.1:8000/api/users/4\n\u003e```\n### Body (**raw**)\n\n```json\n\n```\n\n### 🔑 Authentication bearer\n\n|Param|value|Type|\n|---|---|---|\n|token|eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjg3OTE4NTE4LCJpYXQiOjE2ODcwNTQ1MTgsImp0aSI6ImIyZjFhMWI0M2VkYzQ0ODZiNDc2YmVkYjlhOGFiODBkIiwidXNlcl9pZCI6M30.uiAqpnawcQvxdJ2AimiTaQB-GpsX-zcMoOpqTwCagnU|string|\n\n\n\n⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃\n\n## End-point: delete user\n### Method: DELETE\n\u003e```\n\u003ehttp://127.0.0.1:8000/api/users/\n\u003e```\n### 🔑 Authentication bearer\n\n|Param|value|Type|\n|---|---|---|\n|token|eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjg3OTE4NTE4LCJpYXQiOjE2ODcwNTQ1MTgsImp0aSI6ImIyZjFhMWI0M2VkYzQ0ODZiNDc2YmVkYjlhOGFiODBkIiwidXNlcl9pZCI6M30.uiAqpnawcQvxdJ2AimiTaQB-GpsX-zcMoOpqTwCagnU|string|\n\n\n\n⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃\n\n## End-point: login\n### Method: POST\n\u003e```\n\u003ehttp://127.0.0.1:8000/api/users/login\n\u003e```\n### Body (**raw**)\n\n```json\n{\n    \"email\":\"test@test.com\",\n    \"password\": \"123456\"\n}\n```\n\n### 🔑 Authentication noauth\n\n|Param|value|Type|\n|---|---|---|\n\n\n\n⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃\n# 📁 Collection: Todos \n\n\n## End-point: get todos user\n### Method: GET\n\u003e```\n\u003ehttp://127.0.0.1:8000/api/todos\n\u003e```\n### Body (**raw**)\n\n```json\n\n```\n\n### 🔑 Authentication bearer\n\n|Param|value|Type|\n|---|---|---|\n|token|eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjg3OTE0NjM2LCJpYXQiOjE2ODcwNTA2MzYsImp0aSI6IjFjNjhiYzY2YzBhMjRjM2FiYTY2MWE5Y2Y2MTRkN2M3IiwidXNlcl9pZCI6Mn0.tmJtPW9lzkoALukMgHLpZJ9HNg5SiJ2HK_cmyXIGsEQ|string|\n\n\n\n⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃\n\n## End-point: update todo\n### Method: PUT\n\u003e```\n\u003ehttp://127.0.0.1:8000/api/todos\n\u003e```\n### Body (**raw**)\n\n```json\n{\n    \"id\": 2,\n    \"title\": \"testig\",\n    \"detail\": \"optional\",\n    \"is_completed\": false\n}\n```\n\n### 🔑 Authentication bearer\n\n|Param|value|Type|\n|---|---|---|\n|token|eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjg3OTEyOTkxLCJpYXQiOjE2ODcwNDg5OTEsImp0aSI6ImI5M2RmNmJiOTRjMDQxM2RiMTk5YTY0OTBjMTM3OWFmIiwidXNlcl9pZCI6Mn0.icWOBszpw6nMQAjJABAYOuy2Fn2CaJDH3JsUlKMxRtA|string|\n\n\n\n⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃\n\n## End-point: create todo\n### Method: POST\n\u003e```\n\u003ehttp://127.0.0.1:8000/api/todos\n\u003e```\n### Body (**raw**)\n\n```json\n{\n    \"title\": \"testig\",\n    \"detail\": \"optional\",\n    \"is_completed\": false\n}\n```\n\n### 🔑 Authentication bearer\n\n|Param|value|Type|\n|---|---|---|\n|token|eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjg3OTEyOTkxLCJpYXQiOjE2ODcwNDg5OTEsImp0aSI6ImI5M2RmNmJiOTRjMDQxM2RiMTk5YTY0OTBjMTM3OWFmIiwidXNlcl9pZCI6Mn0.icWOBszpw6nMQAjJABAYOuy2Fn2CaJDH3JsUlKMxRtA|string|\n\n\n\n⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃\n\n## End-point: delete todo\n### Method: DELETE\n\u003e```\n\u003ehttp://127.0.0.1:8000/api/todos\n\u003e```\n### Body (**raw**)\n\n```json\n{\n    \"id\": 1\n}\n```\n\n### 🔑 Authentication bearer\n\n|Param|value|Type|\n|---|---|---|\n|token|eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjg3OTE1MzkxLCJpYXQiOjE2ODcwNTEzOTEsImp0aSI6IjQ5YmZiZjQ1ZWUyNDQ1ZjFhZTYzNzIxMjM4MDZlNWYwIiwidXNlcl9pZCI6Mn0.s_lfZk4Mq6O3TWThvpdddnB3uQgS2zmONdOtmM6Ckk0|string|\n\n\n\n⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃ ⁃\n_________________________________________________\nPowered By: [postman-to-markdown](https://github.com/bautistaj/postman-to-markdown/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxansaul%2Ftodo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxansaul%2Ftodo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxansaul%2Ftodo-api/lists"}