Created
June 8, 2023 04:34
-
-
Save u0705666/5ba79027c90bf9e928d45e50d83fd566 to your computer and use it in GitHub Desktop.
API definition with RxJava observable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@GET("v1/instruments/categorized-assets/search") | |
Observable<CategorizedAssetsResponse> getCategorizedAssetsSearch( | |
@Nonnull @Query("search_term") String searchTerm, | |
@Nullable @Query("category_identifier") Integer categoryIdentifier | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment