All Projects → up-banking → Api

up-banking / Api

Licence: mit
The Up Banking API Specification

Projects that are alternatives of or similar to Api

Openapi Backend
Build, Validate, Route, Authenticate and Mock using OpenAPI
Stars: ✭ 216 (-12.9%)
Mutual labels:  swagger, openapi
Openapi Mock
OpenAPI mock server with random data generation
Stars: ✭ 202 (-18.55%)
Mutual labels:  swagger, openapi
Drf Yasg
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
Stars: ✭ 2,523 (+917.34%)
Mutual labels:  swagger, openapi
Spot
Spot is a concise, developer-friendly way to describe your API contract.
Stars: ✭ 230 (-7.26%)
Mutual labels:  swagger, openapi
Flasgger
Easy OpenAPI specs and Swagger UI for your Flask API
Stars: ✭ 2,825 (+1039.11%)
Mutual labels:  swagger, openapi
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+1290.32%)
Mutual labels:  swagger, openapi
Gradle Swagger Generator Plugin
Gradle plugin for OpenAPI YAML validation, code generation and API document publishing
Stars: ✭ 197 (-20.56%)
Mutual labels:  swagger, openapi
Proteus
Lean, mean, and incredibly fast JVM framework for web and microservice development.
Stars: ✭ 178 (-28.23%)
Mutual labels:  swagger, openapi
Redoc
📘 OpenAPI/Swagger-generated API Reference Documentation
Stars: ✭ 15,935 (+6325.4%)
Mutual labels:  swagger, openapi
Openapi Directory
🌐 Wikipedia for Web APIs. Directory of REST API definitions in OpenAPI 2.0/3.x format
Stars: ✭ 2,635 (+962.5%)
Mutual labels:  swagger, openapi
Openapi Codegen
OpenAPI 3.0 CodeGen plus Node.js minus the Java and emojis
Stars: ✭ 224 (-9.68%)
Mutual labels:  swagger, openapi
Full Stack Fastapi Couchbase
Full stack, modern web application generator. Using FastAPI, Couchbase as database, Docker, automatic HTTPS and more.
Stars: ✭ 243 (-2.02%)
Mutual labels:  swagger, openapi
Swagger Node Codegen
An OpenAPI 3.x/Swagger 2 code generator for Node.js
Stars: ✭ 189 (-23.79%)
Mutual labels:  swagger, openapi
Openapi Comment Parser
⚓️ JSDoc Comments for the OpenAPI Specification
Stars: ✭ 221 (-10.89%)
Mutual labels:  swagger, openapi
Imposter
Scriptable, multipurpose mock server.
Stars: ✭ 187 (-24.6%)
Mutual labels:  swagger, openapi
Hapi Openapi
Build design-driven apis with OpenAPI (formerly swagger) 2.0 and hapi.
Stars: ✭ 196 (-20.97%)
Mutual labels:  swagger, openapi
Sway
A library that simplifies OpenAPI (fka Swagger) integrations/tooling.
Stars: ✭ 175 (-29.44%)
Mutual labels:  swagger, openapi
Esi Issues
Issue tracking and feature requests for ESI
Stars: ✭ 176 (-29.03%)
Mutual labels:  swagger, openapi
Swaggerprovider
F# generative Type Provider for Swagger
Stars: ✭ 201 (-18.95%)
Mutual labels:  swagger, openapi
Openapi Diff
Utility for comparing two OpenAPI specifications.
Stars: ✭ 208 (-16.13%)
Mutual labels:  swagger, openapi

⚡️ Up API

Let’s hack on banking together!

Calling all makers, creators, hackers, and hobbyists. Welcome to the first stage of Up’s API: a beta release that gives you programmatic access to your balances and transaction data. You can request past transactions or set up webhooks to receive real time events when new transactions hit your account. It’s new, exciting and just the beginning.

Up API

Links

Please ensure you keep any personal information out of issues submitted on this repository.

Getting Started

The Up API is currently in beta 🔧. Many features you would expect are notably absent but will be added over time. In this early phase access is limited to personal use only.

If you don’t already have an Up bank account, you can head over to https://up.com.au to download the app and create a free account. Terms and conditions apply.

Once you have an Up account, you can get your Personal Access Token at https://api.up.com.au.

Head on over and read the API documentation at https://developer.up.com.au once you have your access token ❤️.

The OpenAPI Specification

This repository contains the OpenAPI Specification for the Up API. Issues and feature requests relating to the Up API should be filed against this repository.

While the OpenAPI document is itself a valid OpenAPI schema, it includes some additional vendor-specific extensions to support automatic generation of documentation that would otherwise be difficult or impossible to achieve with OpenAPI alone. These vendor-specific extensions are prefixed with x-up:. Tools designed to support OpenAPI specification files should ignore these fields. Currently we only include x-up:example but we anticipate adding new x-up: prefixed fields over time as our documentation capability evolves.

Community Examples

You can find community provided example projects in community/EXAMPLES.md.

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].