@mojaksebastian/allegro-client 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @mojaksebastian/allegro-client might be problematic. Click here for more details.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -105,9 +105,9 @@ const allegro = new AllegroClient({
|
|
|
105
105
|
|
|
106
106
|
### Metody klasy AllegroClient
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
* **getAccessToken(): Promise<string>** – Zwraca aktywny token dostępowy. Jeśli token wygasł lub nie istnieje, inicjuje proces odświeżania lub autoryzacji.
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
* **clearSession(): Promise<void>** – Usuwa dane sesyjne z przypisanego magazynu.
|
|
111
111
|
|
|
112
112
|
## Rozwój projektu
|
|
113
113
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mojaksebastian/allegro-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Allegro REST API Client with automatic token refresh. Fetches tokens from allegro and serves them to the user. Supports both the production and sandbox enviroments",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|