{"id":17134543,"url":"https://github.com/tiagocavalcante/python-api","last_synced_at":"2025-07-25T12:31:30.726Z","repository":{"id":125720367,"uuid":"313457780","full_name":"TiagoCavalcante/python-api","owner":"TiagoCavalcante","description":"An API to register users wrote in Python with 2 versions: Flask and Bottle","archived":true,"fork":false,"pushed_at":"2022-11-15T19:31:29.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T06:16:42.717Z","etag":null,"topics":["api","bottle","flask","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TiagoCavalcante.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2020-11-16T23:56:22.000Z","updated_at":"2024-11-21T17:17:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7525d19-7de6-4cfe-8aaa-123a2dcfe070","html_url":"https://github.com/TiagoCavalcante/python-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TiagoCavalcante/python-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoCavalcante%2Fpython-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoCavalcante%2Fpython-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoCavalcante%2Fpython-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoCavalcante%2Fpython-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TiagoCavalcante","download_url":"https://codeload.github.com/TiagoCavalcante/python-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoCavalcante%2Fpython-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267007441,"owners_count":24020257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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","bottle","flask","python"],"created_at":"2024-10-14T19:45:03.260Z","updated_at":"2025-07-25T12:31:30.700Z","avatar_url":"https://github.com/TiagoCavalcante.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-api\nAn API to register users wrote in Python with 2 versions: Flask and Bottle\n\n## Install dependencies\nSearch how to install Flask and Bottlo on your system\n\n## Run\nTo run the Flask API: ```python flask/server.py```\n\n![flask](https://user-images.githubusercontent.com/62714153/99418577-ef231480-28d9-11eb-93ac-051f925401d1.gif)\n\nTo run the Bottle API: ```python bottle/server.py```\n\n![bottle](https://user-images.githubusercontent.com/62714153/99418594-f5b18c00-28d9-11eb-8c72-430301145cc0.gif)\n\n## Routes\n| method | path          | description                                                                                                                              |\n|--------|---------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| GET    | `/users`      | return the users and their information                                                                                                   |\n| GET    | `/users/\u003cid\u003e` | return the information about the user with the id `id`                                                                                   |\n| POST   | `/users`      | create a user, receives a `application/json` body with the required parameters `name` and `email`, return the created user's id          |\n| PUT    | `/users/\u003cid\u003e` | edit the information about the user with the id `id`, receives a `application/json` body with the optional parameters `name` and `email` |\n| DELETE | `/users/\u003cid\u003e` | delete the user with the id `id`                                                                                                         |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagocavalcante%2Fpython-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagocavalcante%2Fpython-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagocavalcante%2Fpython-api/lists"}