{"id":18782956,"url":"https://github.com/webex/component-adapter-interfaces","last_synced_at":"2025-04-07T13:05:30.779Z","repository":{"id":35359913,"uuid":"216672275","full_name":"webex/component-adapter-interfaces","owner":"webex","description":"Interfaces for Adapters in the Webex Component System | https://github.com/webex/components","archived":false,"fork":false,"pushed_at":"2024-12-16T07:12:43.000Z","size":11478,"stargazers_count":5,"open_issues_count":0,"forks_count":31,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-31T12:04:59.680Z","etag":null,"topics":["webex","webex-component","webex-teams"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/webex.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-21T21:54:23.000Z","updated_at":"2024-12-16T07:12:46.000Z","dependencies_parsed_at":"2024-04-10T11:29:59.905Z","dependency_job_id":"b912514f-4bab-4e7f-aeaf-cf2809363079","html_url":"https://github.com/webex/component-adapter-interfaces","commit_stats":null,"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fcomponent-adapter-interfaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fcomponent-adapter-interfaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fcomponent-adapter-interfaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webex%2Fcomponent-adapter-interfaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webex","download_url":"https://codeload.github.com/webex/component-adapter-interfaces/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657276,"owners_count":20974344,"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":["webex","webex-component","webex-teams"],"created_at":"2024-11-07T20:37:35.532Z","updated_at":"2025-04-07T13:05:30.761Z","avatar_url":"https://github.com/webex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n  \u003ch1\u003eWebex Component Adapter Interfaces\u003c/h1\u003e\n  \u003ch3\u003eLibrary of Interfaces for Adapters in the Webex Component System\u003c/h3\u003e\n\n  \u003ca href='https://circleci.com/gh/webex/component-adapter-interfaces'\u003e\n    \u003cimg alt='CircleCI' src='https://circleci.com/gh/webex/component-adapter-interfaces.svg?style=shield'\u003e\n  \u003c/a\u003e\n  \u003ca href='https://www.npmjs.com/package/@webex/component-adapter-interfaces'\u003e\n    \u003cimg alt='npm latest version' src='https://img.shields.io/npm/v/@webex/component-adapter-interfaces?label=npm%40latest'\u003e\n  \u003c/a\u003e\n  \u003ca href='#badge'\u003e\n    \u003cimg alt='semantic-release' src='https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg'\u003e\n  \u003c/a\u003e\n  \u003ca href='https://github.com/webex/component-adapter-interfaces/blob/master/package.json#L28'\u003e\n    \u003cimg src='https://img.shields.io/npm/l/webex.svg' alt='license'\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n**Webex Component Adapter Interfaces** is a set of interfaces that the\n[Webex Component System](https://github.com/webex/components#adapters)\nuses as a contract for the _Webex Components_ on how to obtain data.\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Install](#install)\n- [Usage](#usage)\n- [License](#license)\n- [Support](#support)\n\n## Install\n\n```bash\nnpm install --save @webex/component-adapter-interfaces\n```\n\n## Usage\n\nThe adapter interfaces are meant to be used by developers that want to use the\n[Webex Components](https://github.com/webex/components#webex-components) but for\nwhich an adapter does not exist for their source of data. For instance, the\n[SDK Component Adapter](https://github.com/webex/sdk-component-adapter#webex-sdk-component-adapter)\nexists to communicate with the\n[Javascript SDK](https://github.com/webex/webex-js-sdk#webex-js-sdk)\nto ultimately obtain data from Webex services.\n\nAn example of extending the `RoomsAdapter` for your datasource would look like:\n\n```js\nimport {RoomsAdapter} from '@webex/components-adapter-interfaces';\n\nexport default class MyRoomsAdapter extends RoomsAdapter {\n  getRoom(ID) {\n    // ... my implementation\n  }\n}\n```\n\nThe key of the interfaces is that they define what methods the _Webex Components_\nexpect.\n\n_Happy Coding!_\n\n### Issues\n\nPlease open an\n[issue](https://github.com/webex/component-adapter-interfaces/issues)\nand we will get to it in an orderly manner.\nPlease leave as much as information as possible for a better understanding.\n\n## License\n\n[MIT License](https://opensource.org/licenses/MIT)\n\n## Support\n\nFor more developer resources, tutorials and support, visit the Webex developer portal, https://developer.webex.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebex%2Fcomponent-adapter-interfaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebex%2Fcomponent-adapter-interfaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebex%2Fcomponent-adapter-interfaces/lists"}