class PlentyClient::Market::Ebay::Authentication
Constants
- FIND_MARKET_EBAY_AUTH_URL
- REFRESH_MARKET_EBAY_AUTH_TOKEN
Public Class Methods
find_login_url(headers = {}, &block)
click to toggle source
# File lib/plenty_client/market/ebay/authentication.rb, line 14 def find_login_url(headers = {}, &block) get(build_endpoint(FIND_MARKET_EBAY_AUTH_URL), headers, &block) end
refrest_token(body = {})
click to toggle source
# File lib/plenty_client/market/ebay/authentication.rb, line 18 def refrest_token(body = {}) put(build_endpoint(REFRESH_MARKET_EBAY_AUTH_TOKEN), body) end