Skip to content

Commit

Permalink
Merge pull request #25 from notfoundsam/fixes/api-fix
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
notfoundsam authored Aug 29, 2021
2 parents 55e33b0 + 69e27c8 commit 1e9a36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ $browser->bid("x000000000", 1000); // Success
## About v1.3.x

### Features
- Added xdebug to docker container.
- Added xdebug to the docker container.

### Updates
- Yahoo auction API was removed because Yahoo fully closed their API.
- If the page or lot not found it will throw `PageNotfoundException`.

### Notes
- Field `$appId` don't need anymore, pass null instead to the `Browser` constructor.
- Method `$browser->getAuctionInfoAsXml("...")` returns shorted version of API result. Currently, available fields: `Title`, `Seller->Id`, `Img`, `Price`, `TaxinPrice`, `StartTime`, `EndTime`, `Status`.
- Method `$browser->getAuctionInfoAsXml("...")` returns shorted version of API result. Currently, available fields: `AuctionID`, `AuctionItemUrl`, `Title`, `Seller->Id`, `Img`, `Price`, `TaxinPrice`, `StartTime`, `EndTime`, `Status`.

### Migration from v1.2.x
- Check available fields for `$browser->getAuctionInfoAsXml("...")` in Notes.

0 comments on commit 1e9a36e

Please sign in to comment.