{"id":29097295,"url":"https://github.com/veo-labs/openveo-rest-nodejs-client","last_synced_at":"2025-06-28T13:10:01.824Z","repository":{"id":38897674,"uuid":"52857553","full_name":"veo-labs/openveo-rest-nodejs-client","owner":"veo-labs","description":"OpenVeo NodeJS REST client to interact with OpenVeo Web Service.","archived":false,"fork":false,"pushed_at":"2023-04-17T02:00:06.000Z","size":1410,"stargazers_count":2,"open_issues_count":8,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-08T16:02:54.579Z","etag":null,"topics":["client","nodejs","openveo","rest"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veo-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-03-01T07:34:57.000Z","updated_at":"2021-11-19T15:15:29.000Z","dependencies_parsed_at":"2024-06-21T16:09:35.939Z","dependency_job_id":null,"html_url":"https://github.com/veo-labs/openveo-rest-nodejs-client","commit_stats":{"total_commits":57,"total_committers":4,"mean_commits":14.25,"dds":"0.14035087719298245","last_synced_commit":"7d32767339c53fe70df2fc8c6dd52d7bf2cbf9d5"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/veo-labs/openveo-rest-nodejs-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veo-labs%2Fopenveo-rest-nodejs-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veo-labs%2Fopenveo-rest-nodejs-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veo-labs%2Fopenveo-rest-nodejs-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veo-labs%2Fopenveo-rest-nodejs-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veo-labs","download_url":"https://codeload.github.com/veo-labs/openveo-rest-nodejs-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veo-labs%2Fopenveo-rest-nodejs-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262435724,"owners_count":23310643,"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":["client","nodejs","openveo","rest"],"created_at":"2025-06-28T13:09:54.877Z","updated_at":"2025-06-28T13:10:01.813Z","avatar_url":"https://github.com/veo-labs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenVeo REST NodeJS Client\n\nOpenVeo REST NodeJS client to interact with [OpenVeo](https://github.com/veo-labs/openveo-core) Web Service.\n\n# Documentation\n\n## Installation\n\nInstall the latest version with:\n\n    npm install @openveo/rest-nodejs-client\n\n## Usage\n\n```js\n'use strict';\n\nconst url = require('url');\nconst OpenVeoClient = require('@openveo/rest-nodejs-client').OpenVeoClient;\n\nconst OPENVEO_URL = 'OpenVeo web service url with port';\nconst CLIENT_ID = 'Your application client id generated by OpenVeo';\nconst CLIENT_SECRET = 'Your application client secret generated by OpenVeo';\n\nconst client = new OpenVeoClient(OPENVEO_URL, CLIENT_ID, CLIENT_SECRET);\n\n// Example to get the list of videos exposed by OpenVeo publish plugin\nclient.get('publish/videos?page=1\u0026limit=10').then((result) =\u003e {\n  console.log(result);\n}).catch((error) =\u003e {\n  console.log(error);\n});\n```\n\n# API\n\nDocumentation is available on [Github pages](https://veo-labs.github.io/openveo-rest-nodejs-client/5.0.1/index.html).\n\n# Contributors\n\nMaintainer: [Veo-Labs](http://www.veo-labs.com/)\n\n# License\n\n[AGPL](http://www.gnu.org/licenses/agpl-3.0.en.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveo-labs%2Fopenveo-rest-nodejs-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveo-labs%2Fopenveo-rest-nodejs-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveo-labs%2Fopenveo-rest-nodejs-client/lists"}