Code Monkey home page Code Monkey logo

ing-banking's Introduction

ING

Example iOS Swift Application to work with the ING API wrapper I created.

The API

I made this app to work with my homemade, cool ING PHP API Wrapper so it can fetch info from ING's API. I'll post this API soon here as well as I understand you don't want to send your username + password to my server and you can see how it works (trust me, it isn't that much of a breakthrough).

The App

The app is a simple Swift Application I made in about two hours to work with that API, currently using Swift 2.0 & Alamofire to fetch the data

Examples

Using this wrapper is pretty straightforward, you create your instance and assign your username + password onto this via the init and call a method of your choice. Data will be given in NSDictionary

let ing = INGAPI(username: "my_username", andPassword: "my_password")

ing.getDebitDetails { (response, error) in
  print(response)
}

ing-banking's People

Contributors

tomgekeerd avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

kamalakshan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.