Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
chore: deprecate httpClient in BeagleSdk
Browse files Browse the repository at this point in the history
Signed-off-by: paulomeurerzup <[email protected]>
  • Loading branch information
paulomeurerzup committed Apr 23, 2021
1 parent 3925a33 commit 8e5ef38
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ interface BeagleSdk {
val formLocalActionHandler: FormLocalActionHandler?
val deepLinkHandler: DeepLinkHandler?
val validatorHandler: ValidatorHandler?
@Deprecated("It was deprecated in version 1.7.0 and will be removed in a future version." +
" Use @BeagleComponent with HttpClientFactory instead.")
val httpClient: HttpClient?
val httpClientFactory: HttpClientFactory?
val designSystem: DesignSystem?
Expand Down

0 comments on commit 8e5ef38

Please sign in to comment.