Azure / autorest.typescript

Extension for AutoRest (https://github.com/Azure/autorest) that generates TypeScript code. The transpiled javascript code is isomorphic. It can be run in browser and in node.js environment.
MIT License
177 stars 75 forks source link

Improve paging experience #115

Closed ghost closed 3 years ago

RikkiGibson commented 6 years ago

It would be great if we could take advantage of async iterables here to provide e.g. an AsyncIterator<MyPage>.