{"id":16389586,"url":"https://github.com/macpie/crossbar-nodejs","last_synced_at":"2025-10-26T13:30:38.515Z","repository":{"id":13865211,"uuid":"16563052","full_name":"macpie/crossbar-nodejs","owner":"macpie","description":"Node.js SDK for Kazoo apis","archived":false,"fork":false,"pushed_at":"2017-01-06T18:51:54.000Z","size":806,"stargazers_count":5,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T19:09:21.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://2600hz.atlassian.net/wiki/display/APIs/Developer+APIs","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"docker/docker-credential-helpers","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macpie.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}},"created_at":"2014-02-05T23:54:03.000Z","updated_at":"2017-07-01T08:34:06.000Z","dependencies_parsed_at":"2022-07-11T00:16:20.470Z","dependency_job_id":null,"html_url":"https://github.com/macpie/crossbar-nodejs","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/macpie%2Fcrossbar-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macpie%2Fcrossbar-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macpie%2Fcrossbar-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macpie%2Fcrossbar-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macpie","download_url":"https://codeload.github.com/macpie/crossbar-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238328485,"owners_count":19453833,"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-11T04:33:42.633Z","updated_at":"2025-10-26T13:30:38.077Z","avatar_url":"https://github.com/macpie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crossbar.js\n\nCrossbar.js is a node.js sdk for Kazoo.\n\nAPIS descriptions: https://2600hz.atlassian.net/wiki/display/APIs/Developer+APIs\n\nCurrent apis:\naccounts, devices, users, user_auth.\n\n# Examples\n\n```javascript\nvar Crossbar = require('crossbar');\n\nvar cb = new Crossbar({\n   'url': \"http://127.0.0.1\"\n});\n\ncb.api.user_auth.create_user_auth({\n    \"data\": {\n        \"credentials\": \"3a2714f1b60a3d68310db1cbab1ab896\",\n        \"account_name\": \"macpie\"\n    },\n}, function(err, body) {\n\n    cb.set_auth_token(body.auth_token);\n\n    cb.api.devices.get_devices({\n        \"url_params\": {\n            \"account_id\": \"1760753c8d022d650418fbbe6a1a10e0\"\n        }\n    }, function(err, body) {\n        console.log(err, body);\n    });\n});\n```\n\n# Options\n\n| Key | Description | Default |\n| --- | ----------- | ------- |\n| url | server url | \"http://127.0.0.1\" |\n| version | api version | \"v1\" |\n| port | server port | 8000 |\n\n# Changelog\n\n\nv1.0.0:\n\n* Re-writing\n\nv0.1.1:\n\n* Adding new apis: devices, users\n* Complete accounts api\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpie%2Fcrossbar-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacpie%2Fcrossbar-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacpie%2Fcrossbar-nodejs/lists"}