* draft for fastbill * adding documentation * fixing common errors * make requested changes according to review * requested changes according to review * compressing code even more * format * run format * auto-bump connector version Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
19 lines
464 B
YAML
19 lines
464 B
YAML
documentationUrl: "https://docs.airbyte.com/integrations/sources/fastbill"
|
|
connectionSpecification:
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
title: Fastbill Spec
|
|
type: object
|
|
required:
|
|
- username
|
|
- api_key
|
|
properties:
|
|
username:
|
|
title: Username
|
|
type: string
|
|
description: Username for Fastbill account
|
|
api_key:
|
|
title: API Key
|
|
type: string
|
|
description: Fastbill API key
|
|
airbyte_secret: true
|