SkillAgentSearch skills...

Posh

Poshmark API client for the Go programming language

Install / Use

/learn @joshdk/Posh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GoDoc Go Report Card CircleCI

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

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, see LICENSE.txt for more information.

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated1mo ago
Forks4

Languages

Shell

Security Score

95/100

Audited on Feb 20, 2026

No findings