All Projects → starlingbank → starling-developer-sdk

starlingbank / starling-developer-sdk

Licence: MIT license
The official JavaScript development kit for building on the Starling API

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to starling-developer-sdk

developer-resources
A list of useful links, our partners, as well as the stand out projects from the community
Stars: ✭ 86 (+91.11%)
Mutual labels:  fintech, starlingbank
starling-roundup
Round-up your Starling Bank transactions and transfer the proceeds to a savings goal
Stars: ✭ 17 (-62.22%)
Mutual labels:  fintech, starlingbank
obp-apis
OpenBankingProject.ch Community APIs
Stars: ✭ 18 (-60%)
Mutual labels:  fintech, psd2
open-api-mocker
A mock server based in OpenAPI Specification
Stars: ✭ 58 (+28.89%)
Mutual labels:  openapi
FTX.Net
No description or website provided.
Stars: ✭ 31 (-31.11%)
Mutual labels:  api-wrapper
openapi-petstore
The pet store sample
Stars: ✭ 35 (-22.22%)
Mutual labels:  openapi
openapi-ui
React based OpenAPI 3.0+ documentation generator
Stars: ✭ 32 (-28.89%)
Mutual labels:  openapi
openapimux
Open API router in go
Stars: ✭ 21 (-53.33%)
Mutual labels:  openapi
psd2
API client for banks supporting PSD2 APIs with OAuth2 authentication.
Stars: ✭ 26 (-42.22%)
Mutual labels:  psd2
douyin-go
抖音SDK
Stars: ✭ 73 (+62.22%)
Mutual labels:  openapi
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (+75.56%)
Mutual labels:  fintech
dzcode.io
Website & mobile app for Algerian open-source community
Stars: ✭ 104 (+131.11%)
Mutual labels:  openapi
Tavis.OpenApi
Parser for OpenAPI Specification
Stars: ✭ 18 (-60%)
Mutual labels:  openapi
lodata
The OData v4.01 Producer for Laravel
Stars: ✭ 40 (-11.11%)
Mutual labels:  openapi
bow-openapi
🌐 Functional HTTP client generator from an OpenAPI/Swagger specification.
Stars: ✭ 47 (+4.44%)
Mutual labels:  openapi
e621-api-docs
Documentation library for the e621's API
Stars: ✭ 34 (-24.44%)
Mutual labels:  api-wrapper
apiclarity
Reconstruct Open API Specifications from real-time workload traffic seamlessly.
Stars: ✭ 290 (+544.44%)
Mutual labels:  openapi
bitcoin-ux
💅💸 Ongoing assessment of bitcoin payments and privacy UX for @BitcoinDesign Community as well as tools to help designers understand the underlying protocols and specifications.
Stars: ✭ 39 (-13.33%)
Mutual labels:  fintech
tmdbv3api
A lightweight Python library for The Movie Database (TMDb) API. The TMDb API is a resource for developers to integrate movie, TV show and cast data along with posters or movie fan art.
Stars: ✭ 145 (+222.22%)
Mutual labels:  api-wrapper
openapi
GitHub's official OpenAPI spec with Octokit extensions
Stars: ✭ 24 (-46.67%)
Mutual labels:  openapi

Starling Javascript SDK

JavaScript Standard Style NPM Package Version Bundle size

Documentation

The documentation for our SDK can be found here.

Installation

npm install starling-developer-sdk

Usage

const Starling = require('starling-developer-sdk')
// or
import Starling from 'starling-developer-sdk'

const client = new Starling({
  // apiUrl: 'https://api-sandbox.starlingbank.com',
  accessToken: '<oauth access token>'
})

client.account.getAccounts()
  .then(({ data }) => console.log(data))
  .catch(err => console.log(err))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].