Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ubogdan/peerless
Peerless Animate API
https://github.com/ubogdan/peerless
Last synced: about 2 months ago
JSON representation
Peerless Animate API
- Host: GitHub
- URL: https://github.com/ubogdan/peerless
- Owner: ubogdan
- License: mit
- Created: 2019-10-01T10:34:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T16:14:18.000Z (about 1 year ago)
- Last Synced: 2024-06-20T05:22:29.094Z (7 months ago)
- Language: Go
- Size: 809 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peerless Animate API
[![Travis Status](https://api.travis-ci.org/ubogdan/peerless.svg?branch=master)](https://travis-ci.org/ubogdan/peerless)
[![Go Report Card](https://goreportcard.com/badge/github.com/ubogdan/peerless)](https://goreportcard.com/report/github.com/ubogdan/peerless)
[![Go Doc](https://godoc.org/github.com/ubogdan/peerless?status.svg)](https://godoc.org/github.com/ubogdan/peerless)## Library status
Work in progress ...## Examples
```go
api := New(StagingEndpoint, "Customer", "XXXXXX", "[email protected]")
```New number order
----------------
```go```
Get order status
```go
res, err := api.GetOrderStatus("110001")if err != nil {
return error
}
```Update number
----------------
```go```