iTwin / itwins-client

https://developer.bentley.com/apis/iTwins/
MIT License
1 stars 2 forks source link

Adding `getAccountAsync` method to the `ITwinsAccessClient` #28

Closed ben-bartholomew closed 1 month ago

ben-bartholomew commented 2 months ago

The ITwinsAccessClient was missing a method for an endpoint that existed on the iTwins API to get the account assigned to an iTwin, this PR adds a matching method and unit tests.

Closes #27 (see for more details)