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
+8-13
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,9 @@ The `mock-api` product has two primary functions. The first is to generate so-ca
20
20
* Teams
21
21
* Users
22
22
23
-
The second is the actual server used to mock the endpoints. In the next iteration, you will be able to edit these and add further ones manually (for example, making a user with specific attributes), but for the beta we won't be providing this functionality as the current `generate` feature will make all of these (and more),
23
+
The second is the actual server used to mock the endpoints. In the next iteration, you will be able to edit these and add further ones manually (for example, making a user with specific attributes), but for the beta we won't be providing this functionality as the current `generate` feature will make all of these (and more).
24
24
25
+
As of the 1.1 release, this product is in an **open beta** and any bugs should be filed via GitHub Issues. Given the breadth of the tool, it is likely you may run across oddities; please fill out an issue if that is the case.
25
26
26
27
## generate
27
28
@@ -40,18 +41,12 @@ None.
40
41
41
42
## start
42
43
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
44
+
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:
45
+
46
+
* Extensions endpoints
47
+
* Code entitlement endpoints
48
+
* Websub endpoints
49
+
* EventSub endpoints
55
50
56
51
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