Computer scienceBackendKtorKtor Client

Ktor Client: Default request and Type-safe request

Paths and classes

Report a typo

Match each resource class (annotations are omitted) to the proper path.

Match the items from left and right columns
class Users()
class ProductId(val parent: Products = Products(), val productId: String)
class PostComments(val parent: PostId = PostId(), val postId: Int)
class Orders()
"/users"
"/orders"
"/posts/{postId}/comments"
"/products/{productId}"

Create a free account to access the full topic