Update the Typescript JsonServiceClient to use Async/Await instead of promises
1
vote

TypeScript’s async/await works on existing ES6 promises so no changes is necessary to use async/await on JsonServiceClient async APIs.