{"id":19374709,"url":"https://github.com/gyselroth/balloon-sdk-typescript-node","last_synced_at":"2026-05-16T02:33:08.558Z","repository":{"id":57114697,"uuid":"175025989","full_name":"gyselroth/balloon-sdk-typescript-node","owner":"gyselroth","description":"Official balloon SDK for nodejs with typescript support","archived":false,"fork":false,"pushed_at":"2020-02-18T12:51:36.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T13:18:52.207Z","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/gyselroth.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":"2019-03-11T15:10:32.000Z","updated_at":"2020-02-18T12:51:39.000Z","dependencies_parsed_at":"2022-08-22T09:10:45.221Z","dependency_job_id":null,"html_url":"https://github.com/gyselroth/balloon-sdk-typescript-node","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/gyselroth%2Fballoon-sdk-typescript-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyselroth%2Fballoon-sdk-typescript-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyselroth%2Fballoon-sdk-typescript-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyselroth%2Fballoon-sdk-typescript-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gyselroth","download_url":"https://codeload.github.com/gyselroth/balloon-sdk-typescript-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240502417,"owners_count":19811800,"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-10T08:35:55.586Z","updated_at":"2026-05-16T02:33:03.523Z","avatar_url":"https://github.com/gyselroth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# balloon node.js SDK with typescript support\n\n[![Build Status](https://travis-ci.org/gyselroth/balloon-sdk-node.svg?branch=master)](https://travis-ci.org/gyselroth/balloon-sdk-typescript-node)\n[![GitHub release](https://img.shields.io/github/release/gyselroth/balloon-sdk-node.svg)](https://github.com/gyselroth/balloon-sdk-typescript-node/releases)\n[![npm](https://img.shields.io/npm/v/@gyselroth/balloon-sdk-node.svg)](https://www.npmjs.com/package/@gyselroth/balloon-sdk-node)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/gyselroth/balloon-sdk-typescript-node/master/LICENSE) \n\nProvides a node.js SDK for balloon. Including typescript definition.\n\u003e**Note** This SDK is mostly generated from the balloon [OpenAPI](https://github.com/OAI/OpenAPI-Specification) specs.\n\n## Install\n```\nnpm install --save @gyselroth/balloon-sdk-node\n```\n\n## Usage\n\n### Example request\n\n```javascript\nconst { CoreV2Api, HttpBasicAuth } = require('@gyselroth/balloon-sdk-node');\n\nvar server = 'https://localhost';\nvar client = new CoreV2Api(server);\nvar basic = new HttpBasicAuth('admin', 'admin');\nclient.setDefaultAuthentication(basic);\n\nclient.getUsers().then((response) =\u003e {\n  console.log(response.body);\n}).catch((error) =\u003e {\n  console.log(error);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyselroth%2Fballoon-sdk-typescript-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgyselroth%2Fballoon-sdk-typescript-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyselroth%2Fballoon-sdk-typescript-node/lists"}