posh

所属分类:collect
开发工具:Shell
文件大小:0KB
下载次数:0
上传日期:2017-09-30 17:11:27
上 传 者sh-1993
说明:  Go编程语言的Poshmark API客户端
(Poshmark API client for the Go programming language)

文件列表:
.circleci/ (0, 2017-09-27)
.circleci/config.yml (229, 2017-09-27)
LICENSE.txt (1083, 2017-09-27)
client.go (888, 2017-09-27)
config.go (248, 2017-09-27)
constants.go (447, 2017-09-27)
credentials.go (835, 2017-09-27)
godel/ (0, 2017-09-27)
godel/config/ (0, 2017-09-27)
godel/config/check.yml (129, 2017-09-27)
godel/config/dist.yml (0, 2017-09-27)
godel/config/exclude.yml (66, 2017-09-27)
godel/config/format.yml (44, 2017-09-27)
godel/config/generate.yml (0, 2017-09-27)
godel/config/godel.properties (187, 2017-09-27)
godel/config/imports.yml (0, 2017-09-27)
godel/config/license.yml (180, 2017-09-27)
godel/config/test.yml (0, 2017-09-27)
godelw (8477, 2017-09-27)
login.go (1039, 2017-09-27)
session.go (790, 2017-09-27)
user.go (519, 2017-09-27)

[![GoDoc](https://godoc.org/github.com/joshdk/posh?status.svg)](https://godoc.org/github.com/joshdk/posh) [![Go Report Card](https://goreportcard.com/badge/github.com/joshdk/posh)](https://goreportcard.com/report/github.com/joshdk/posh) [![CircleCI](https://circleci.com/gh/joshdk/posh.svg?&style=shield)](https://circleci.com/gh/joshdk/posh/tree/master) # Posh Poshmark API client for the Go programming language ## Installing You can fetch this library by running the following go get -u github.com/joshdk/posh ## Example You can construct a simple client with the following ```go creds := posh.Credentials{ Email: "me@example.com", Password: "Pa$sw0rd", } config := posh.Config{ Credentials: &creds, } client, err := posh.NewClient(config) if err != nil { panic(err.Error()) } fmt.Println(client.Session()) ``` ## License This library is distributed under the [MIT License](https://opensource.org/licenses/MIT), see LICENSE.txt for more information.

近期下载者

相关文件


收藏者