Skip to content

Commit 428bd1b

Browse files
committed
fix icon, update docs, metadata, readme
1 parent b6ce8a1 commit 428bd1b

File tree

4 files changed

+24
-13
lines changed

4 files changed

+24
-13
lines changed

airbyte-integrations/connectors/source-appfigures/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Appfigures
22
This directory contains the manifest-only connector for `source-appfigures`.
33

4-
Website: https://appfigures.com/
5-
API Docs: https://docs.appfigures.com/api/reference/v2/
6-
Authentication Docs: https://docs.appfigures.com/api/reference/v2/authentication
4+
## Documentation reference:
5+
Visit `https://docs.appfigures.com/api/reference/v2/` for API documentation
6+
7+
## Authentication setup
8+
Appfigures uses personal access token as API Key Authorization, Please visit `https://appfigures.com/account/apis` for getting your API tokens
9+
Refer `https://docs.appfigures.com/api/reference/v2/authentication` for more details.
710

811
## Usage
912
There are multiple ways to use this connector:
Loading

airbyte-integrations/connectors/source-appfigures/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ metadataSpecVersion: "1.0"
22
data:
33
allowedHosts:
44
hosts:
5-
- "*"
5+
- "api.appfigures.com"
66
registryOverrides:
77
oss:
88
enabled: true

docs/integrations/sources/appfigures.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Appfigures
2-
Website: https://appfigures.com/
3-
API Docs: https://docs.appfigures.com/api/reference/v2/
4-
Authentication Docs: https://docs.appfigures.com/api/reference/v2/authentication
2+
This page contains the setup guide and reference information for the [Appfigures](https://appfigures.com/) source connector.
3+
4+
## Documentation reference:
5+
Visit `https://docs.appfigures.com/api/reference/v2/` for API documentation
6+
7+
## Authentication setup
8+
Appfigures uses personal access token as API Key Authorization, Please visit `https://appfigures.com/account/apis` for getting your API tokens
9+
Refer `https://docs.appfigures.com/api/reference/v2/authentication` for more details.
510

611
## Configuration
712

@@ -32,8 +37,8 @@ Authentication Docs: https://docs.appfigures.com/api/reference/v2/authentication
3237
<details>
3338
<summary>Expand to review</summary>
3439

35-
| Version | Date | Subject |
36-
|------------------|------------|----------------|
37-
| 0.0.1 | 2024-09-08 | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder|
40+
| Version | Date |PR| Subject |
41+
|------------------|------------|--|----------------|
42+
| 0.0.1 | 2024-09-08 |[45332](https://github.com/airbytehq/airbyte/pull/45332)| Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder|
3843

3944
</details>

0 commit comments

Comments
 (0)