{"id":23286705,"url":"https://github.com/deviceinsight/ux4iot-admin-node","last_synced_at":"2025-08-21T17:32:29.491Z","repository":{"id":42188743,"uuid":"410857239","full_name":"deviceinsight/ux4iot-admin-node","owner":"deviceinsight","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-22T08:11:07.000Z","size":391,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-07T18:28:12.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/deviceinsight.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-27T11:30:14.000Z","updated_at":"2024-08-22T18:13:32.012Z","dependencies_parsed_at":"2023-02-10T09:31:48.512Z","dependency_job_id":"b4538122-d54a-4fa7-8e1e-a9ca485e82e3","html_url":"https://github.com/deviceinsight/ux4iot-admin-node","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviceinsight%2Fux4iot-admin-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviceinsight%2Fux4iot-admin-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviceinsight%2Fux4iot-admin-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deviceinsight%2Fux4iot-admin-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deviceinsight","download_url":"https://codeload.github.com/deviceinsight/ux4iot-admin-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230523699,"owners_count":18239447,"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-12-20T02:14:08.236Z","updated_at":"2024-12-20T02:14:08.670Z","avatar_url":"https://github.com/deviceinsight.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ux4iot-admin-node\n\nux4iot-admin-node provides a Node.js admin client for ux4iot. Use this library to easily access grant \nrequests to the ux4iot service.\n\n## Prerequisites\n\nIn order to use this library you need to have an ux4iot instance deployed in your Azure subscription. [Here](https://docs.ux4iot.com/quickstart) \nis a link to a quickstart that explains how to deploy one. [Here](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/deviceinsightgmbh-4961725.ux4iot)\nis the link to the Azure Marketplace offering.\n\n## Installation\n\n```\nnpm install ux4iot-admin-node\n```\n\n## Usage\n\n```ts\nimport Ux4iotAdminSDK from 'ux4iot-admin-node';\n\nconst sdk = new Ux4iotAdminSDK({ connectionString: 'YOUR_UX4IOT_CONNECTION_STRING' });\n\nconst grantRequest = {\n    deviceId: 'mydevice',\n    sessionId: 'valid-session-id',\n    type: 'telemetry',\n    telemetryKey: 'mytelemetry'\n}\n\nawait sdk.grant(grantRequest);\n```\n\n## Documentation\n\nCheck out the [Documentation](https://docs.ux4iot.com/implementing-your-custom-security-backend/introduction) for\n\n- API documentation on grant requests with ux4iot\n- Why you would need to use this library when using ux4iot\n- How to write a security backend for ux4iot\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeviceinsight%2Fux4iot-admin-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeviceinsight%2Fux4iot-admin-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeviceinsight%2Fux4iot-admin-node/lists"}