Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface HttpClient
Link copied to clipboard
interface LibraryDescriptorsManager
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class RequestBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Throws IllegalArgumentException in case looksLikeReplCommand returns false for code
Link copied to clipboard
Link copied to clipboard
fun buildRequest(method: String, url: String, headers: Map<String, String> = mapOf(), body: String? = null, buildAction: RequestBuilder.() -> Unit = {}): Request
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If this function returns true for the code, it will be interpreted as Jupyter REPL command
Link copied to clipboard
Preprocesses REPL command and returns its value, or null in case it's invalid, packed with string used for value extraction
Link copied to clipboard
Link copied to clipboard