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
@@ -89,6 +89,9 @@ Generate a TypeScript SDK by following the instructions on this page.
89
89
`imdb.yml` contains an example movies API. If you’re just generating an SDK for test purposes, you can leave this file as it is. To generate an SDK for your own API instead of the example movies API, replace `imdb.yml` with your own endpoints, types, and errors before proceeding with the rest of this page.
90
90
</Note>
91
91
92
+
{/* TODO: show want generators.yml looks like, link out to configuration.md */}
93
+
94
+
92
95
</Accordion>
93
96
</AccordionGroup>
94
97
@@ -102,15 +105,28 @@ Generate a TypeScript SDK by following the instructions on this page.
0 commit comments