You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to access a client for the TfL API in multiple places with in the project. However we want to configure the client once and reuse it in multiple places. Additionally, we may need to switch out the client used in the future. So we should avoid hard code references to a client and consider instead providing an interface for this.
The text was updated successfully, but these errors were encountered:
We want to be able to access a client for the TfL API in multiple places with in the project. However we want to configure the client once and reuse it in multiple places. Additionally, we may need to switch out the client used in the future. So we should avoid hard code references to a client and consider instead providing an interface for this.
The text was updated successfully, but these errors were encountered: