* init commit * add streams * add streams * add streams * add streams * solve conflict doc * solve doc conflict * updates to connector * Update acceptance-test-config.yml * Revert "Update acceptance-test-config.yml" This reverts commit e79ea7c7db984b3abaf7686627b34f18ea42b526. * solve source def conflict * solve spec conflict Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Vincent Koc <vincentkoc@ieee.org> Co-authored-by: Vincent Koc <25068+koconder@users.noreply.github.com>
31 lines
888 B
YAML
31 lines
888 B
YAML
documentationUrl: https://docs.airbyte.com/integrations/sources/rocket-chat
|
|
connectionSpecification:
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
title: Rocket Chat Spec
|
|
type: object
|
|
required:
|
|
- token
|
|
- user_id
|
|
- endpoint
|
|
additionalProperties: true
|
|
properties:
|
|
endpoint:
|
|
title: Endpoint
|
|
type: string
|
|
description: Your rocket.chat instance URL.
|
|
examples:
|
|
- https://airbyte-connector-poc.rocket.chat
|
|
- https://hey.yoursite.com
|
|
token:
|
|
title: Token
|
|
type: string
|
|
description: >-
|
|
Your API Token. See <a
|
|
href="https://developer.rocket.chat/reference/api/rest-api/endpoints/other-important-endpoints/access-tokens-endpoints">here</a>. The token is
|
|
case sensitive.
|
|
airbyte_secret: true
|
|
user_id:
|
|
title: User ID.
|
|
type: string
|
|
description: Your User Id.
|