Releases: simonmartyr/picnic-api
Releases · simonmartyr/picnic-api
V1.2.2
What's Changed
- fix: 🐛 default api to 15 and search page changes by @simonmartyr in #10
Full Changelog: v1.2.1...v1.2.2
V1.2.1
V1.2.0
Picnic-API v1.2.0
- 296bfca Support for new Search endpoint
/pages/search-page-results
Remarks
Searchis now deprecated, but still exists so long as the endpoint exists and returns something. However, the content will not return articles. It is recommended to now useSearchArticles- Authentication slightly changed to set device id to mimic the iOS app - this ensures new endpoints work correctly.
v1.1.0
Picnic-API v1.1.0
- Added MIT License
v1.0.0
Picnic-API v1.0.0
Endpoints supported
- Authentication
- Login
- Logout
- User
- Get Current User
- Product/Articles
- Get Single
- Search
- Query Article Images
- Cart
- Query
- Mutate
- Select Delivery Slot
- Checkout
- Begin
- Cancel
- Resolve
- Delivery
- Query (Past, Current, Cancelled)
- Track (Current)
- Delivery Route Estimation
Remarks
- Delivery related queries should target API version 15 only.