posh
Version, currently master branch1 version
- master branchlatestOct 7, 2018
github.com/watzon/crystal-posh
Poshmark API client for Crystal
Installation
# Add this to your shard.yml
dependencies:
posh:
github: watzon/crystal-posh
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.26.0- License
- MIT
- Author
- your-name-here <your-email-here>
Dependencies
This version declares no dependencies.
README
posh
Crystal wrapper for the undocumented Poshmark API. Work in progress.
Installation
Add this to your application's shard.yml:
dependencies:
posh:
github: watzon/posh
Usage
require "posh"
cli = Posh::Client.new
res = cli.login("username", "password")
pp res.user
Development
This is still very much a work in progress. The Poshmark API is completely undocumented, so all endpoints have to be discovered using rounabout methods such as proxying a device through burpsuite and checking what calls are made where. Any help discovering routes would be of much help.
Contributing
- Fork it (https://github.com/watzon/posh/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- watzon your-name-here - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Oct 7, 2018
- Crystal
0.26.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/watzon/crystal-posh
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1