Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make api clients with interceptors cloneable (#566)
Clients are cloneable now. BREAKING CHANGE: Return types of the client builder have changed. Please update to the newest returned types to use the client builder. This removed the ChainedInterceptor which essentially has hidden the cloneable feature for interceptors.
- Loading branch information