{"id":15891808,"url":"https://github.com/timdeschryver/odatasandboxapi","last_synced_at":"2025-04-02T17:25:55.703Z","repository":{"id":97651223,"uuid":"471812585","full_name":"timdeschryver/ODataSandboxApi","owner":"timdeschryver","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-21T11:47:31.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T08:13:13.344Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timdeschryver.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-03-19T21:06:41.000Z","updated_at":"2024-08-25T08:01:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"529d4b93-8a6a-48e2-a0e2-02c2255cb620","html_url":"https://github.com/timdeschryver/ODataSandboxApi","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/timdeschryver%2FODataSandboxApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timdeschryver%2FODataSandboxApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timdeschryver%2FODataSandboxApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timdeschryver%2FODataSandboxApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timdeschryver","download_url":"https://codeload.github.com/timdeschryver/ODataSandboxApi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246858386,"owners_count":20845282,"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-06T07:41:35.635Z","updated_at":"2025-04-02T17:25:55.680Z","avatar_url":"https://github.com/timdeschryver.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ODataSandboxApi\n\n## Start\n\nStart the API with the following command, this also creates and seeds a SQL Server database.\n\n```bash\ndotnet run\n```\n\n## Normal Endpoint\n\n- https://localhost:7103/students\n\n## OData-fied Endpoints\n\n- https://localhost:7103/orest/students\n- https://localhost:7103/orest/students?select=firstMidName,lastName\n- https://localhost:7103/orest/students?select=firstMidName,lastName\u0026filter=startsWith(lastName, 'A')\n- https://localhost:7103/orest/students?select=firstMidName,lastName\u0026filter=startsWith(lastName, 'A')\u0026orderBy=lastName\u0026take=2\u0026skip=1\u0026count=true\n- https://localhost:7103/orest/students?expand=Enrollments(expand=Course(select=title))\n- https://localhost:7103/orest/students?compute=concat(concat(LastName, ' '),FirstMidName) as name\u0026select=name\n- https://localhost:7103/orest/students?expand=Enrollments(expand=Course(select=title);select=Grade;filter=grade eq 'A')\n- https://localhost:7103/orest/students?expand=Enrollments\u0026count=true\u0026top=2\u0026skip=1\n\n## Docs\n\n- https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/\n- https://www.odata.org/documentation/\n- Example endpoints: https://www.odata.org/getting-started/learning-odata-on-postman/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdeschryver%2Fodatasandboxapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimdeschryver%2Fodatasandboxapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdeschryver%2Fodatasandboxapi/lists"}