Sample code for manually pulling data from popular third-party APIs.
Don't want to waste months on this? Check out Fiber ā
- Shopify
Pull orders, customers and products from Shopify stores. - Stripe
Pull transactions and charges from Stripe accounts. (coming soon)
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.
MIT