{"id":19278492,"url":"https://github.com/jod35/userrestapi","last_synced_at":"2026-05-15T20:05:21.526Z","repository":{"id":112455306,"uuid":"323632559","full_name":"jod35/UserRestAPI","owner":"jod35","description":"A simple CRUD REST API","archived":false,"fork":false,"pushed_at":"2020-12-22T14:19:09.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T06:08:35.199Z","etag":null,"topics":["flask","marshmallow","rest-api"],"latest_commit_sha":null,"homepage":"","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/jod35.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,"publiccode":null,"codemeta":null}},"created_at":"2020-12-22T13:24:04.000Z","updated_at":"2021-02-06T14:32:07.000Z","dependencies_parsed_at":"2023-05-15T04:15:33.276Z","dependency_job_id":null,"html_url":"https://github.com/jod35/UserRestAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jod35/UserRestAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FUserRestAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FUserRestAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FUserRestAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FUserRestAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jod35","download_url":"https://codeload.github.com/jod35/UserRestAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FUserRestAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["flask","marshmallow","rest-api"],"created_at":"2024-11-09T21:09:55.394Z","updated_at":"2026-05-15T20:05:21.490Z","avatar_url":"https://github.com/jod35.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User API\nThis is a simple REST API for users\n\n# About the API\n\n| ENDPOINT | HTTP VERB | ACTION |\n|----------|-----------|--------|\n|/users/   | GET       | get all users |\n|/user/ID | GET       | get a single user by ID |\n|/user/ID | PATCH    | update a user's info |\n|/user/ID | DELETE  | delete a user  |\n|/users/ |  POST   | create a new user |\n\n### GET all users\n\n```\n[\n {\"username\":\"user1\",\n   \"email\": \"user1@test.com\",\n\t \"password\":\"password\"\n },\n  {\"username\":\"user2\",\n   \"email\": \"user2@test.com\",\n     \"password\":\"password\"\n   },  \n]\n\n```\n\nThat returns a list of resources\n\n\n### GET a user by id\n\n```\n{\"success\":true,\n  { \"id\":1\n    \"username\":\"user\",\n    \"email\":\"user@test.com\",\n     \"password\":\"password\"\n  }\n\n}\n\n```\n\nThis returns a user with an ID\n\n### DELETE a user by ID\n\n```\n{\n    \"message\": \"User Deleted\",\n    \"success\": true,\n    \"user\": {\n        \"email\": \"user@test.com\",\n        \"id\": 2,\n        \"password\": \"password\",\n        \"username\": \"user\"\n    }\n}\n\n\n\n\n`i``\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjod35%2Fuserrestapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjod35%2Fuserrestapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjod35%2Fuserrestapi/lists"}