Sha256: f1b0285fa8f301e2710cc5a61866c8d9d9a4221d31fa5f1e3d5a8f2d878b80b7
Contents?: true
Size: 641 Bytes
Versions: 5
Compression:
Stored size: 641 Bytes
Contents
# frozen_string_literal: true module Goodwill module URLPaths BID_URL = 'https://www.shopgoodwill.com/Bid/PlaceBid' ITEM_SEARCH_URL = 'https://www.shopgoodwill.com/viewItem.asp?itemID=' LOGIN_URL = 'https://www.shopgoodwill.com/SignIn' OPEN_ORDERS_URL = 'https://www.shopgoodwill.com/MyShopgoodwill/AuctionsInProgress' SEARCH_URL = 'https://www.shopgoodwill.com/Listings?sg=&c=&s=&lp=0&hp=999999&sbn=false&spo=false&snpo=false&socs=false&sd=false&sca=false&cadb=7&scs=false&sis=false&col=0&p=1&ps=40&desc=false&ss=0&UseBuyerPrefs=true&st=' SHIPPING_URL = 'https://www.shopgoodwill.com/CalculateShipping' end end
Version data entries
5 entries across 5 versions & 1 rubygems