{"id":18552620,"url":"https://github.com/ionos-cloud/sdk-nodejs-container-registry","last_synced_at":"2025-10-08T06:43:56.636Z","repository":{"id":83950710,"uuid":"559868214","full_name":"ionos-cloud/sdk-nodejs-container-registry","owner":"ionos-cloud","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-11T05:26:10.000Z","size":83,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T10:49:07.812Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ionos-cloud.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":"2022-10-31T09:11:05.000Z","updated_at":"2022-11-21T15:47:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"babac5e9-b535-4e11-b458-9f9ac8e73dfa","html_url":"https://github.com/ionos-cloud/sdk-nodejs-container-registry","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionos-cloud%2Fsdk-nodejs-container-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionos-cloud%2Fsdk-nodejs-container-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionos-cloud%2Fsdk-nodejs-container-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionos-cloud%2Fsdk-nodejs-container-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ionos-cloud","download_url":"https://codeload.github.com/ionos-cloud/sdk-nodejs-container-registry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328389,"owners_count":22052633,"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-11-06T21:14:43.540Z","updated_at":"2025-10-08T06:43:51.597Z","avatar_url":"https://github.com/ionos-cloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![[ CI ] Container Registry / Node](https://github.com/ionos-cloud/sdk-resources/actions/workflows/ci-container-registry-node.yml/badge.svg)](https://github.com/ionos-cloud/sdk-resources/actions/workflows/ci-container-registry-node.yml)\n[![Npm Version](https://img.shields.io/node/v/@ionos-cloud/sdk-nodejs-container-registry)](https://www.npmjs.com/package/@ionos-cloud/sdk-nodejs-container-registry) \n[![Gitter](https://img.shields.io/gitter/room/ionos-cloud/sdk-general)](https://gitter.im/ionos-cloud/sdk-general)\n\n# Node API Client For IONOS Cloud Container Registry\n\n# Overview\nThe IONOS Container Registry SDK for Java provides you with access to the Container Registry API. Container Registry service enables IONOS clients to manage docker and OCI compliant registries for use by their manage Kubernetes clusters. Use a Container Registry to ensure you have a privately accessed registry to efficiently support image pulls.\n\n## Getting Started\n\nAn IONOS account is required for access to the Cloud API; credentials from your registration are used to authenticate against the IONOS Cloud API.\n\n## Installation\n\nInstall the following dependencies:\n\n```shell\nnpm i --save @ionos-cloud/sdk-nodejs-container-registry\n```\n\n## Usage\nImport the SDK using:\n\n```javascript\nconst sdk = require('@ionos-cloud/sdk-nodejs-container-registry')\n```\n\nOr, if the import is done from an ES module, use:\n\n```javascript\nimport * as sdk from '@ionos-cloud/sdk-nodejs-container-registry';\n```\n\nUsage example:\n```javascript\nconst config = new sdk.Configuration({username: 'YOUR_USERNAME', password: 'YOUR_PASSWORD'});\nconst registriesApi = new sdk.RegistriesApi(config);\n\nregistriesApi.registriesGet().then((response) =\u003e console.log(response));\n```\n\n### Authentication\n\nThe username and password or the authentication token can be manually specified when initializing the SDK client:\n\n```typescript\nconst config = new sdk.Configuration({username: 'YOUR_USERNAME', password: 'YOUR_PASSWORD'});\nconst registriesApi = new sdk.RegistriesApi(config);\n```\n\nEnvironment variables can also be used; the SDK uses the following variables:\n\n* IONOS\\_USERNAME - to specify the username used to login\n* IONOS\\_PASSWORD - to specify the password\n* IONOS\\_TOKEN - if an authentication token is being used\n\nIn this case, the client configuration must be initialized using `fromEnv()`:\n\n```javascript\nregistriesApi = new sdk.RegistriesApi(sdk.Configuration.fromEnv());\n```\n\n**Warning**: Make sure to follow the Information Security Best Practices when using credentials within your code or storing them in a file.\n\n## Feature Reference\n\nThe IONOS Cloud SDK for Nodejs Container Registry aims to offer access to all resources in the IONOS Container Registry API, and has additional features to make integration easier:\n\n* Authentication for API calls\n* Asynchronous request handling\n\n## FAQ\n\n1. How can I open a bug report/feature request?\n\nBug reports and feature requests can be opened in the Issues repository: [https://github.com/ionos-cloud/sdk-nodejs-container-registry/issues/new/choose](https://github.com/ionos-cloud/sdk-nodejs-container-registry/issues/new/choose)\n\n2. Can I contribute to the NodeJS Container Registry SDK?\n\nOur SDKs are automatically generated using OpenAPI Generator and don’t support manual changes. If you require changes, please open an issue and we will try to address it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionos-cloud%2Fsdk-nodejs-container-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fionos-cloud%2Fsdk-nodejs-container-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionos-cloud%2Fsdk-nodejs-container-registry/lists"}