bosh

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2018 License: Apache-2.0 Imports: 14 Imported by: 0

README

bosh - an interactive shell for bankrs OS

This is an interactive shell for accessing the Bankrs OS API.

Documentation: GoDoc

bosh requires Go version 1.8 or greater.

Getting started

Ensure you have a working Go installation and then use go get as follows:

go get code.bankrs.com/bosh

Running bosh

Running bosh should start the interactive shell, assuming $GOPATH/bin is in your path.

Type help to get a list of commands.

Example: searching financial providers

Login with a developer account and use the assigned application ID:

> login email@example.com
Password: *******
> useapp df4ef6c1-f12c-40ec-826e-c049874763de
df4ef6c1-f12c-40ec-826e-c049874763de> searchproviders deutsch
[
  {
    "score": 1,
    "provider": {
      "id": "DE-BIN-12030000",
      "name": "Deutsche Kreditbank Berlin",
      "description": "",
      "country": "DE",
      "url": "",
      "address": "10117 Berlin",
      "postal_code": "10117",
      "challenges": [
        {
          "id": "login",
          "desc": "Legitimations-ID/Anmeldename",
          "type": "alphanumeric",
          "secure": false,
          "unstoreable": false
        },
        {
          "id": "pin",
          "desc": "Onlinebanking-PIN",
          "type": "alphanumeric",
          "secure": true,
          "unstoreable": true
        }
      ]
    }
  }
]

Documentation

Overview

bosh is an interactive shell for working with Bankrs OS

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL