{"id":20801907,"url":"https://github.com/philips-software/dotnet-hsdp-sdk","last_synced_at":"2026-04-23T06:32:49.164Z","repository":{"id":96542171,"uuid":"530966269","full_name":"philips-software/dotnet-hsdp-sdk","owner":"philips-software","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-02T19:07:39.000Z","size":99,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-26T18:49:32.464Z","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/philips-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-08-31T06:47:54.000Z","updated_at":"2022-09-23T08:38:11.000Z","dependencies_parsed_at":"2023-04-04T06:17:55.313Z","dependency_job_id":null,"html_url":"https://github.com/philips-software/dotnet-hsdp-sdk","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/philips-software/dotnet-hsdp-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fdotnet-hsdp-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fdotnet-hsdp-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fdotnet-hsdp-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fdotnet-hsdp-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software","download_url":"https://codeload.github.com/philips-software/dotnet-hsdp-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Fdotnet-hsdp-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32169657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"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":[],"created_at":"2024-11-17T18:25:31.226Z","updated_at":"2026-04-23T06:32:49.146Z","avatar_url":"https://github.com/philips-software.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build and test](https://github.com/philips-software/dotnet-hsdp-sdk/actions/workflows/build.yaml/badge.svg)](https://github.com/philips-software/dotnet-hsdp-sdk/actions/workflows/build.yaml)\n\n# HSDP SDK for Dotnet 6.0\n\nThis project provides a Software Development Kit that makes interaction with Philips HSDP APIs easy for a DotNet programmer.\nInstead of having to worry about composing the correct HTTP requests (required url, headers, body, query parameters, parsing \nresponses), the user interacts with statically typed data structures, giving autocompletion and field name discovery of the \nrequest and response data structures.\n\n- **Technology stack**: the library is intended for use in any DotNet project that needs to interact with HSDP APIs. \n  The programming language is C#.\n- **Status**: the software is still in early development, only supporting a few of the HSDP APIs.\n\n## Dependencies\n\nThe SDK can be used in any DotNet project. It is required to have a DotNet eco system installed on your system, e.g. Microsoft \nVisual Studio or Jetbrains Rider. Library dependencies will be retrieved via NuGet. \n\n## Installation\n\nThe SDK must be added to the installed packages for your app via the package manager in your IDE.\n\n## Configuration\n\nEach HSDP API that this SDK supports requires some configuration. Details can be found in the [docs/](/docs) folder per API \n(e.g. [CDR](/docs/CDR.md#configuration)).\n\n## Usage\n\nUsage is documented per HSDP API in the [/docs](/docs) folder. Overview of the APIs that have been (partially) implemented:\n- [IAM OAuth2](docs/IAM-OAuth2.md)\n- [TDR](docs/TDR.md)\n- [CDR](docs/CDR.md)\n\n## How to test the software\n\nThe SDK is supplemented with unit tests that are available in the included `DotNetHsdpSdkTests` project.\nIn e.g. Jetbrains Rider, the test project can be right clicked and `Run unit tests` can be selected.\nAlternatively, the tests can be run from the command line, using:\n\n```sh\n$ dotnet test\n```\n\n## Known issues\n\nAt this moment, there are no known issues.\n\n## Contact / Getting help\n\nIn case of questions about this SDK, please check with the issue tracker if that is a known problem or feature request.\nAnd if that does not help, reach out to the [maintainers](MAINTAINERS.md).\n\n## License\n\nSee [LICENSE.md](LICENSE.md).\n\n## Credits and references\n\nThis SDK used the [Kotlin HSDP SDK](https://github.com/philips-software/kotlin-hsdp-sdk) as an inspiration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-software%2Fdotnet-hsdp-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilips-software%2Fdotnet-hsdp-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-software%2Fdotnet-hsdp-sdk/lists"}