Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Postman Collection #580

Merged
merged 1 commit into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

10 changes: 10 additions & 0 deletions docs/api-reference/postman.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Postman Collection"
description: ""
---

<Card title="View Collection" href="https://www.postman.com/panoradotdev/workspace/panora/collection/30719650-11871699-943a-4df0-81bf-90d247e44c79" icon={
<img src="logo/postman-icon.svg" />
} horizontal>
</Card>

6 changes: 1 addition & 5 deletions docs/core-concepts/custom-fields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,4 @@ The following example creates a custom field mapping in two steps (**define and
"linked_user_id": "acme_customer_a"
}'
```
</CodeGroup>

[✏️ Suggest an update](https://tally.so/r/mRD1QQ?feedback_source=custom_fields)

[Need help? Come chat on Discord!](https://discord.gg/G7fr4HNyTb)
</CodeGroup>
50 changes: 50 additions & 0 deletions docs/logo/postman-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,6 @@
{
"group": "Accounting Objects",
"pages": [
{
"group": "Accounting Balance Sheets",
"pages": [
"accounting/accountingbalancesheets/retrieve-a-balancesheet"
]
},
{
"group": "Accounts",
"pages": [
Expand Down Expand Up @@ -612,7 +606,8 @@
"api-reference/introduction",
"api-reference/authentication",
"api-reference/errors",
"api-reference/pagination"
"api-reference/pagination",
"api-reference/postman"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions docs/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,4 @@ Visit our [webhooks section](/webhooks/overview).

Drop into our [API documentation](/api-reference/introduction) for more details on the available endpoints and parameters.

Check out our [client SDKs](/backend-sdk/typescript) for a set of tools to make it easier for you to build with and integrate Panora into your applications.

[✏️ Suggest an update](https://tally.so/r/mRD1QQ?feedback_source=home_quick-start)
Check out our [client SDKs](/backend-sdk/typescript) for a set of tools to make it easier for you to build with and integrate Panora into your applications.
2 changes: 0 additions & 2 deletions docs/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ icon: t-rex
| **[Passthrough Requests:](/core-concepts/passthrough-requests)** Interact with other software platforms in their native format. |
| **[Flexible Sync Settings:](/core-concepts/sync-strategies)** Businesses that need real-time update can configure Panora accordingly |
| **[Webhooks:](/webhooks/overview)** Listen to one webhook to receive normalized data from various software platforms |

[✏️ Suggest an update](https://tally.so/r/mRD1QQ?feedback_source=welcome)
Loading