Created
June 8, 2023 04:40
-
-
Save u0705666/d84e36c8d5b6704fb8ddeaf25a119436 to your computer and use it in GitHub Desktop.
api-def-coroutine
This file contains hidden or 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
@RolesAllowed(Role.READONLY, Role.PRIVILEGED) | |
@GET("v1/instruments/categorized-assets/search") | |
suspend fun getCategorizedAssetsSearch( | |
@Query("search_term") searchTerm: String?, | |
@Query("category_identifier") categoryIdentifier: Int? | |
): ApiResult<CategorizedAssetsResponse> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment