Skip to content

Commit

Permalink
📝 Update Rest example
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 committed Sep 22, 2022
1 parent ee61838 commit 9a1f067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Examples/Rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
password: 'PASSWORD',
app: Enums.Apps.Students, //Optional: default is Enums.Apps.Students
state: Enums.States.Italy, //Optional: default is Enums.States.Italy
debug: false, //Optional: default is false, if true it will log some info
saveTempFile: true, //Optional: default is true, it will save a file with login temp token to avoid hitting the server again if not expired
});

(async () => {
Expand Down

0 comments on commit 9a1f067

Please sign in to comment.