{"id":26371801,"url":"https://github.com/danielfreitassc/randomshop","last_synced_at":"2026-01-03T07:41:32.253Z","repository":{"id":223212933,"uuid":"759609199","full_name":"DanielFreitassc/RandomShop","owner":"DanielFreitassc","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T02:27:53.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T03:24:29.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/DanielFreitassc.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":"2024-02-19T01:33:41.000Z","updated_at":"2025-03-11T02:27:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"21a0065d-226e-46b2-bf24-6acf789f9795","html_url":"https://github.com/DanielFreitassc/RandomShop","commit_stats":null,"previous_names":["danielfreitassc/store","danielfreitassc/randomshop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielFreitassc%2FRandomShop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielFreitassc%2FRandomShop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielFreitassc%2FRandomShop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielFreitassc%2FRandomShop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielFreitassc","download_url":"https://codeload.github.com/DanielFreitassc/RandomShop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955722,"owners_count":20374372,"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","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":[],"created_at":"2025-03-17T00:47:04.262Z","updated_at":"2026-01-03T07:41:32.248Z","avatar_url":"https://github.com/DanielFreitassc.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Projeto de uma loja web feita com\n\n# Cadastro de produto\n```yml\n/products\n```\n\u003e Response 201 Created\npayload\n```json\n\"name\":\"Shampoo\",\n\"description\":\"Produto de igiene pessoal\",\n\"price\": 12.2,\n\"available\":true\n```\n# Buscar todos os produtos\n```yml\n/products\n```\n\u003e Response 200 ok\n```json\n\"id\":1,\n\"name\":\"Shampoo\",\n\"description\":\"Produto de igiene pessoal\",\n\"price\": 12.2,\n\"available\":true\n```\n# Buscar produto por id\n```yml\n/products/id\n```\n\u003e Response 200 ok\n```json\n\"id\":1,\n\"name\":\"Shampoo\",\n\"description\":\"Produto de igiene pessoal\",\n\"price\": 12.2,\n\"available\":true\n```\n# Atulizar produto por id\n```yml\n/products/id\n```\n\u003e Response 200 ok\n```json\n\"id\":1,\n\"name\":\"Shampoo\",\n\"description\":\"Produto de igiene pessoal\",\n\"price\": 12.2,\n\"available\":true\n```\n\n# Deletar produto por id\n```yml\n/products/id\n```\n\u003e Response 200 ok\n```json\n\"id\":1,\n\"name\":\"Shampoo\",\n\"description\":\"Produto de igiene pessoal\",\n\"price\": 12.2,\n\"available\":true\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielfreitassc%2Frandomshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielfreitassc%2Frandomshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielfreitassc%2Frandomshop/lists"}