Handles communication with API
Accepts an offer.
Offer to accept
Request headers
A promise that resolves to a boolean indicating whether the request was successful
Counteroffers with a new offer
Offer to counteroffer
Counteroffer object { offerAmount: number }
Request headers
A promise that resolves to a boolean indicating whether the request was successful
Retrieves all offers
OfferSearchParams
Request headers
A promise that resolves to an array of offers
Retrieves an offer by ID
offerId
Request headers
A promise that resolves to an offer
Generated using TypeDoc
Offers handler class