/manually

Sample code for pulling data from popular APIs. šŸŒ Integrations keeping you up at night? CheckĀ usĀ outĀ at:Ā ā¬‡ļøĀ Ā Ā Ā Ā Ā Ā 

Primary LanguageTypeScriptMIT LicenseMIT


Manual Integrations

Sample code for manually pulling data from popular third-party APIs.

Don't want to waste months on this? Check out Fiber ā†’

TypeScript asdf

Directory

  • Shopify
    Pull orders, customers and products from Shopify stores.
  • Stripe
    Pull transactions and charges from Stripe accounts. (coming soon)

Use Fiber instead

Fiber gives you a complete solution from day zero. Replace all this code with a simple call to our API:

POST https://api.fiber.dev/sources/:source_name/accounts
Content-Type: application/json
Authorization: Basic base64(CLIENT_ID:CLIENT_SECRET)

{
  "credentials": CREDENTIALS
}

Learn more at wiki.fiber.dev.

License

MIT