Posh
Poshmark API client for the Go programming language
Install / Use
/learn @joshdk/PoshREADME
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
node-connect
346.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
346.8kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
107.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
