Match each resource class (annotations are omitted) to the proper path.
Ktor Client: Default request and Type-safe request
Paths and classes
Report a typo
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
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.