Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 724 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 724 Bytes

Peerless Animate API

Travis Status Go Report Card Go Doc

Library status

Work in progress ...

Examples

api := New(StagingEndpoint, "Customer", "XXXXXX", "[email protected]")

New number order

Get order status

res, err := api.GetOrderStatus("110001")if err != nil {
	return error
}

Update number