Skip to content

Commit

Permalink
Update Orb links on the Orb Page (#29635)
Browse files Browse the repository at this point in the history
  • Loading branch information
sskhandek authored Aug 21, 2023
1 parent 0461430 commit 344a9b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/integrations/sources/orb.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ will only read and output new records based on their `created_at` timestamp.

This Source is capable of syncing the following core resources, each of which has a separate Stream. Note that all of the streams are incremental:

* [Subscriptions](https://docs.withorb.com/docs/orb-docs/api-reference/operations/list-subscriptions)
* [Plans](https://docs.withorb.com/docs/orb-docs/api-reference/operations/list-plans)
* [Customers](https://docs.withorb.com/docs/orb-docs/api-reference/operations/list-customers)
* [Credits Ledger Entries](https://docs.withorb.com/docs/orb-docs/api-reference/operations/get-a-customer-credit-ledger)
* [Subscription Usage](https://docs.withorb.com/docs/orb-docs/api-reference/operations/get-a-subscription-usage)
* [Subscriptions](https://docs.withorb.com/reference/list-subscriptions)
* [Plans](https://docs.withorb.com/reference/list-plans)
* [Customers](https://docs.withorb.com/reference/list-customers)
* [Credits Ledger Entries](https://docs.withorb.com/reference/fetch-customer-credits-ledger)
* [Subscription Usage](https://docs.withorb.com/reference/fetch-subscription-usage)

As a caveat, the Credits Ledger Entries must read all Customers for an incremental sync, but will only incrementally return new ledger entries for each customers.

Expand Down

0 comments on commit 344a9b2

Please sign in to comment.