You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mock-api.md
+6-12
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,12 @@ None.
40
40
41
41
## start
42
42
43
-
The `start` function starts a new mock server for use with testing functionality. Currently, this replicates a large majority of the current API endpoints on the new API, but are ommitting:
44
-
45
-
* GET /analytics/extensions
46
-
* GET /analytics/games
47
-
* GET /extensions/transactions
48
-
* POST /eventsub/subscriptions
49
-
* DELETE /eventsub/subscriptions
50
-
* GET /eventsub/subscriptions
51
-
* GET /users/extensions/list
52
-
* GET /users/extensions
53
-
* PUT /users/extensions
54
-
* GET /webhooks/subscriptions
43
+
The `start` function starts a new mock server for use with testing functionality. Currently, this replicates a large majority of the current API endpoints on the new API, but are omitting:
44
+
45
+
* Extensions endpoints
46
+
* Code entitlement endpoints
47
+
* Websub endpoints
48
+
* EventSub endpoints
55
49
56
50
For many of these, we are exploring how to better integrate this with existing features (for example, allowing events to be triggered on unit creation or otherwise), and for others, the value is minimal compared to the docs. All other endpoints should be currently supported, however it is possible to be out of date- if so, [please raise an issue](https://github.com/twitchdev/twitch-cli/issues).
0 commit comments