* add younium source along with documentation * init commit for new python source * added streams for projects, companies and people * breakout http_method * add docs for Copper * docs were not included in previous commit * indentation error * update schemas that failed acceptance test * resolve merge conflict with docs * add title to spec * update doc url * newlines * add copper to source def * add copper to source def * run format * auto-bump connector version Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
19 lines
470 B
YAML
19 lines
470 B
YAML
documentationUrl: https://docs.airbyte.com/integrations/sources/copper
|
|
connectionSpecification:
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
title: Copper Spec
|
|
type: object
|
|
required:
|
|
- api_key
|
|
- user_email
|
|
properties:
|
|
api_key:
|
|
type: string
|
|
title: API Key
|
|
description: Copper API key
|
|
airbyte_secret: true
|
|
user_email:
|
|
type: string
|
|
title: User email
|
|
description: user email used to login in to Copper
|