This gem provides access to add, edit and delete listings appearing on Vivid Seats and it’s affiliates.
Add this line to your application's Gemfile:
gem 'vivid_seat_api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install vivid_seat_api
client = VividSeatApi::Client.new("your-api-key")
client.list(options)
client.create(options)
client.update(options)
client.delete(options)
client.insert_or_update(options)
note: options params you can check here: https://brokers.vividseats.com/ListingWebServices_v1.pdf
- Fork it ( https://github.com/hashdog/vivid_seat_api/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