{"id":16509332,"url":"https://github.com/calebmadrigal/web-api-test","last_synced_at":"2025-07-26T07:34:51.267Z","repository":{"id":20167234,"uuid":"23437955","full_name":"calebmadrigal/web-api-test","owner":"calebmadrigal","description":".NET WebAPI Test","archived":false,"fork":false,"pushed_at":"2014-08-29T16:32:27.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T18:34:01.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/calebmadrigal.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}},"created_at":"2014-08-28T18:07:26.000Z","updated_at":"2014-08-28T18:11:30.000Z","dependencies_parsed_at":"2022-07-25T12:33:11.917Z","dependency_job_id":null,"html_url":"https://github.com/calebmadrigal/web-api-test","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebmadrigal%2Fweb-api-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebmadrigal%2Fweb-api-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebmadrigal%2Fweb-api-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebmadrigal%2Fweb-api-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calebmadrigal","download_url":"https://codeload.github.com/calebmadrigal/web-api-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241465113,"owners_count":19967243,"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-11T15:50:02.100Z","updated_at":"2025-03-02T06:14:15.654Z","avatar_url":"https://github.com/calebmadrigal.png","language":"C#","readme":"# web-api-test\n\nDemonstrates how to build a simple RESTful API with .NET WebAPI.\n\n## Usage\n\n### List\n\n\tcurl http://localhost:49990/api/product\n\nExample Response:\n\n\t{\n\t  \"Data\": [\n\t    {\n\t      \"id\": \"0\",\n\t      \"name\": \"Chai\"\n\t    },\n\t    {\n\t      \"id\": \"1\",\n\t      \"name\": \"Espresso\"\n\t    },\n\t    {\n\t      \"id\": \"2\",\n\t      \"name\": \"Smoothie\"\n\t    }\n\t  ]\n\t}\n\n### Get\n\n\tcurl http://localhost:49990/api/product/1\n\nExample response:\n\n\t{\n\t  \"Data\": {\n\t    \"id\": \"1\",\n\t    \"name\": \"Espresso\"\n\t  }\n\t}\n\n### Create\n\n\tcurl -X POST http://localhost:49990/api/product -H \"Content-Type: application/json\" -d \"{'name': 'Juice'}\"\n\n### Update\n\n\tcurl -X PUT http://localhost:49990/api/product/1 -H \"Content-Type: application/json\" -d \"{'name': 'Juice'}\"\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebmadrigal%2Fweb-api-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalebmadrigal%2Fweb-api-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebmadrigal%2Fweb-api-test/lists"}