Skip to content

Releases: simonmartyr/picnic-api

V1.2.2

30 Aug 14:58
1d77271

Choose a tag to compare

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

17 May 16:17
3f4a1ae

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...V1.2.1

V1.2.0

27 Mar 09:26
296bfca

Choose a tag to compare

Picnic-API v1.2.0

  • 296bfca Support for new Search endpoint /pages/search-page-results

Remarks

  • Search is 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 use SearchArticles
  • Authentication slightly changed to set device id to mimic the iOS app - this ensures new endpoints work correctly.

v1.1.0

15 Feb 09:43

Choose a tag to compare

Picnic-API v1.1.0

  • Added MIT License

v1.0.0

17 Jan 12:34
8269173

Choose a tag to compare

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.