Skip to content

Instantly share code, notes, and snippets.

@0xZhangKe
Created June 26, 2022 14:36
Show Gist options
  • Save 0xZhangKe/596f99211382f95db7a3c36a689c94ac to your computer and use it in GitHub Desktop.
Save 0xZhangKe/596f99211382f95db7a3c36a689c94ac to your computer and use it in GitHub Desktop.
class NotionResponse<T> : Response<T, ErrorEntry>()
...
@POST("v1/search")
suspend fun queryAllPages(@Body body: RequestBody): NotionResponse<NotionListEntry<NotionPage>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment