May 15, 2024

0.9.1

(fix): Support OAuth without token refresh. Example of initializing a client with OAuth:

1ExampleApiClient client = ExampleApiClient
2 .builder()
3 .clientId("4bf2a37d-8512-44a2-af50-28a7701d9f2e")
4 .clientSecret("b3b187b0-ef48-49ba-9d99-80d89fd11c4a")
5 .build();