1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Files
airbyte/airbyte-integrations/connectors/source-fastbill/source_fastbill/spec.yaml
Johan Hammarstedt efa7d08a8a 🎉 New Source: Fastbill (#18593)
* 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>
2022-11-07 19:42:39 -03:00

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