Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyss committed Feb 17, 2024
1 parent e71cd4b commit 120a76e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ async function main() {
query: "cooking salt",
},
{ leshopch: guestInfo.token })
console.log(responseProductSearch)
console.log(responseProductSearch)

// Certain API Calls need cookies to be accessed.
// For more accessible options and automatic logins check the IamQuiteHungry Repository: https://github.com/Aliyss/IAmQuiteHungry
const loginCookies: ILoginCookies = {
// Certain API Calls need cookies to be accessed.
// For more accessible options and automatic logins check the IamQuiteHungry Repository: https://github.com/Aliyss/IAmQuiteHungry
const loginCookies: ILoginCookies = {
__VCAP_ID__: "",
MDID: "",
JSESSIONID: "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "migros-api-wrapper",
"version": "1.1.14",
"version": "1.1.15",
"description": "Making the api of migros more accessible to the public.",
"keywords": [
"migros",
Expand Down

0 comments on commit 120a76e

Please sign in to comment.