{"id":16070921,"url":"https://github.com/paradocx96/applestore-api","last_synced_at":"2025-03-18T11:41:22.068Z","repository":{"id":92673319,"uuid":"486321630","full_name":"paradocx96/AppleStore-API","owner":"paradocx96","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-28T06:33:10.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T17:47:04.866Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://madd-assignment3.herokuapp.com","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/paradocx96.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":"2022-04-27T19:16:00.000Z","updated_at":"2022-08-10T16:49:54.000Z","dependencies_parsed_at":"2023-04-10T22:46:22.710Z","dependency_job_id":null,"html_url":"https://github.com/paradocx96/AppleStore-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2FAppleStore-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2FAppleStore-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2FAppleStore-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradocx96%2FAppleStore-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradocx96","download_url":"https://codeload.github.com/paradocx96/AppleStore-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244216593,"owners_count":20417650,"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":"2024-10-09T07:20:48.827Z","updated_at":"2025-03-18T11:41:22.044Z","avatar_url":"https://github.com/paradocx96.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MADD Assignment 3 Backend\n\n## Endpoints\n\n### GET All\n```\n\"method\": \"GET\",\n\"url\": \"http://localhost:8080/api/v1/item/\"\n```\n\n### POST\n```\n\"method\": \"POST\",\n\"body\": {\n    \"name\": \"iPhone 12\", \n    \"code\": \"120100\", \n    \"availableUnit\": 10, \n    \"price\": 699.99, \n    \"taxPrice\": 799.99, \n    \"productDescription\": \"This is the sample desccription for item.\", \n    \"imagePath\": \"iphone12.jpg\",\n    \"type\": \"New\"\n},\n\"url\": \"http://localhost:8080/api/v1/item/\"\n```\n\n### GET By ID\n```\n\"method\": \"GET\",\n\"url\": \"http://localhost:8080/api/v1/item/6269928bcff1cd692e83faef\"\n```\n\n### GET By Type\n```\n\"method\": \"GET\",\n\"url\": \"http://localhost:8080/api/v1/item/byType/New\"\n```\n\n### PUT\n```\n\"method\": \"PUT\",\n\"body\": {\n    \"id\":\"6269928bcff1cd692e83faef\",\n    \"name\": \"iPhone 12\", \n    \"code\": \"120100\", \n    \"availableUnit\": 10, \n    \"price\": 699.99, \n    \"taxPrice\": 799.99, \n    \"productDescription\": \"This is the sample desccription for item.\", \n    \"imagePath\": \"iphone12.jpg\",\n    \"type\": \"New\"\n},\n\"url\": \"http://localhost:8080/api/v1/item/\"\n```\n\n### DELETE\n```\n\"method\": \"DELETE\",\n\"url\": \"http://localhost:8080/api/v1/item/6269928bcff1cd692e83faef\"\n```\n\n### Postman Endpoints\n```\nLink: https://www.getpostman.com/collections/436e616bcf6106037cf2\n```\n\n### By @paradocx96","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadocx96%2Fapplestore-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadocx96%2Fapplestore-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadocx96%2Fapplestore-api/lists"}