I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.
clean up types and api client logic
implement list CRUD function as two generators
one to return the first result and next()
one to trigger autopagination if called in a for-await-of loop
License
I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.
clean up types and api client logic
implement list CRUD function as two generators