Companion

public class Companion

Properties

Link copied to clipboard
@Deprecated(message = "Use ShosetsuSharedLib", replaceWith = @ReplaceWith(imports = {"app.shosetsu.lib.ShosetsuSharedLib"}, expression = "ShosetsuSharedLib.httpClient"))
private OkHttpClient httpClient

okhttp client used by LibFunctions

Link copied to clipboard
public final static ShosetsuLuaLib.Companion INSTANCE

Functions

Link copied to clipboard
public final OkHttpClient getHttpClient()
Link copied to clipboard
public final Unit setHttpClient(@Deprecated(message = "Use ShosetsuSharedLib", replaceWith = @ReplaceWith(imports = {"app.shosetsu.lib.ShosetsuSharedLib"}, expression = "ShosetsuSharedLib.httpClient")) OkHttpClient httpClient)