organizzego

package module
v0.0.0-...-b2168ec Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2017 License: MIT Imports: 3 Imported by: 1

README

Organizzego Build Status

Go implementation of Organizze's API (https://www.organizze.com.br)

Usage

Auth:

The OrganizzeApi struct centralize all API actions already implemented. After building it passing the auth data, simply call the desired method as shown in file main.go

Actions already implemented

  • Statement Creation -> organizzeApi.CreateStatement(statement)
  • Accounts Search -> organizzeApi.FindAccounts()
  • CreditCard Search -> organizzeApi.FindCreditCards()

Contributing

If you need to send more data to Organizze, feel free to open a pull request adding it on each struct.

Any other improvement are wellcome.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrganizzeApi

type OrganizzeApi struct {
	Username  string
	Password  string
	UserAgent string
}

func (OrganizzeApi) CreateStatement

func (organizzeApi OrganizzeApi) CreateStatement(statement model.Statement)

func (OrganizzeApi) FindAccounts

func (organizzeApi OrganizzeApi) FindAccounts() []model.BankAccount

func (OrganizzeApi) FindCreditCards

func (organizzeApi OrganizzeApi) FindCreditCards() []model.CreditCard

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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