posh

Version, currently master branch1 version
  • master branchlatestOct 7, 2018

github.com/watzon/crystal-posh

Poshmark API client for Crystal

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  posh:
    github: watzon/crystal-posh
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.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

  1. Fork it (https://github.com/watzon/posh/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • watzon your-name-here - creator, maintainer