module Bespokify::Client::Export

Public Instance Methods

create_export(options = {}) click to toggle source
# File lib/bespokify/client/export.rb, line 8
def create_export(options = {})
  post('/exports', options)
end
export(export_id) click to toggle source
# File lib/bespokify/client/export.rb, line 4
def export(export_id)
  get("/exports/#{export_id}")
end