{"id":16674589,"url":"https://github.com/settermjd/callfire-javascript-api-helper","last_synced_at":"2025-03-13T03:23:36.270Z","repository":{"id":34985646,"uuid":"39069573","full_name":"settermjd/callfire-javascript-api-helper","owner":"settermjd","description":"This is a simple module for interacting with the CallFire API, made for use with the Node.js code samples in the new REST API documentation.","archived":false,"fork":false,"pushed_at":"2015-07-14T14:37:52.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T20:47:13.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/settermjd.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":"2015-07-14T10:53:53.000Z","updated_at":"2015-07-14T11:04:20.000Z","dependencies_parsed_at":"2022-08-24T13:30:22.719Z","dependency_job_id":null,"html_url":"https://github.com/settermjd/callfire-javascript-api-helper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fcallfire-javascript-api-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fcallfire-javascript-api-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fcallfire-javascript-api-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2Fcallfire-javascript-api-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settermjd","download_url":"https://codeload.github.com/settermjd/callfire-javascript-api-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243331544,"owners_count":20274270,"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-12T12:43:36.496Z","updated_at":"2025-03-13T03:23:36.238Z","avatar_url":"https://github.com/settermjd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# callfire-javascript-api-helper\n\nThis is a simple module for interacting with the CallFire API, made for\nuse with the Node.js code samples in the new REST API documentation. It's not designed to replace the official Node.js SDK, which can be found\nat \u003chttps://github.com/CallFire/CallFire-NodeJS-SDK\u003e, just to simplify\nthe example code provided.\n\n## Installation\n\n`npm install git+ssh://git@github.com:settermjd/callfire-javascript-api-helper.git`\n\n## Usage\n\n```javascript\nvar callfire = require('../callfire');\n\n// Query parameters\nvar data  = {\n    MaxResults: 10,\n    FromNumber: '2092084589',\n    ToNumber: '2092084589',\n    LabelName: 'TestBroadcast',\n    State: 'FINISHED'\n};\ncallfire.setAuth({\n    login: 'YOUR_LOGIN',\n    secret: 'YOUR_SECRET'\n});\ncallfire.appendPath('/call/');\ncallfire.makeRequest(data, 'GET');\n\n```\n\n## Tests\n\n`npm test`\n\n## Release History\n\n- 0.0.1 Initial release\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettermjd%2Fcallfire-javascript-api-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettermjd%2Fcallfire-javascript-api-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettermjd%2Fcallfire-javascript-api-helper/lists"}