@smartico/public-api 0.0.342 → 0.0.343
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.
- package/README.md +1 -1
- package/docs/native/ADDING_METHODS.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ _smartico.api.getMiniGames( { onUpdate: miniGamesUpdates} ).then( games => {
|
|
|
38
38
|
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
See the [API documentation](docs/classes/WSAPI.md) for all available methods and returning data.
|
|
41
|
+
See the [API documentation](docs/api/classes/WSAPI.md) for all available methods and returning data.
|
|
42
42
|
|
|
43
43
|
## Visitor mode
|
|
44
44
|
|
|
@@ -34,5 +34,5 @@ Document method `getUserLevelExtraCounters` in docs/native/PROTOCOL.md for nativ
|
|
|
34
34
|
or shorter:
|
|
35
35
|
|
|
36
36
|
```
|
|
37
|
-
Document method `myNewMethod` in PROTOCOL.md. Raw types, ClassId from code. New interfaces in docs/interfaces/ — follow typedoc style like existing files there.
|
|
37
|
+
Document method `myNewMethod` in PROTOCOL.md. Raw types, ClassId from code. New interfaces in docs/api/interfaces/ — follow typedoc style like existing files there.
|
|
38
38
|
```
|