fabric

package module
v0.0.0-...-626f0c1 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2018 License: MIT Imports: 5 Imported by: 0

README

Fabric.io Go client

GoDoc

A simple Go library that fetches mobile application statistics from Fabric.io using its private not publicly opened API.

This is influenced by the excellent Fabricio project for Ruby

There is a possibility that in some point of time it may break. Use at your own risk.

Rebuilding

To rebuild, get the go-swagger tool and run:

swagger generate client

The future

I may run against the oag tool in the near future.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Apper

type Apper interface {
	Authorizer
	SetOrganizationID(organizationID string)
	SetAppID(appID string)
}

type Authorizer

type Authorizer interface {
	SetAuthorization(authorization string)
}

type Client

type Client struct {
	*client.FabricIo
	Token string
}

func Login

func Login(username, password string, debug bool) (*Client, error)

type Ranger

type Ranger interface {
	Apper
	SetStart(start *int64)
	SetEnd(end *int64)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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