This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Description
The API Client is instantiated (both for autorest and otc) and it can keep track of authentication tokens and automatically add that to the header as required. Both clients generate wrappers for calling the API endpoints.
Using React context we could pass the API client (I need to critique this after the initial implementation, but on first thoughts it seems to be a legitimate option).
An reference implementation to be provided and this ticket needs to be revisited.