You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: simbot-component-onebot-v11/simbot-component-onebot-v11-core/api/simbot-component-onebot-v11-core.api
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1104,7 +1104,10 @@ public abstract interface class love/forte/simbot/component/onebot/v11/core/api/
1104
1104
public abstract fun getAction ()Ljava/lang/String;
1105
1105
public abstract fun getApiResultDeserializer ()Lkotlinx/serialization/DeserializationStrategy;
1106
1106
public abstract fun getBody ()Ljava/lang/Object;
1107
+
public fun getMethod ()Lio/ktor/http/HttpMethod;
1107
1108
public abstract fun getResultDeserializer ()Lkotlinx/serialization/DeserializationStrategy;
1109
+
public fun resolveUrlAction (Lio/ktor/http/URLBuilder;Ljava/util/Collection;)V
1110
+
public fun resolveUrlExtensions (Lio/ktor/http/URLBuilder;)V
1108
1111
}
1109
1112
1110
1113
public final class love/forte/simbot/component/onebot/v11/core/api/OneBotApi$Actions {
@@ -1161,6 +1164,10 @@ public final class love/forte/simbot/component/onebot/v11/core/api/OneBotApiExec
1161
1164
public final synthetic fun unbox-impl ()Llove/forte/simbot/component/onebot/v11/core/api/OneBotApiExecutable;
1162
1165
}
1163
1166
1167
+
public final class love/forte/simbot/component/onebot/v11/core/api/OneBotApiKt {
1168
+
public static final fun resolveUrl (Llove/forte/simbot/component/onebot/v11/core/api/OneBotApi;Lio/ktor/http/URLBuilder;Ljava/util/Collection;)V
1169
+
}
1170
+
1164
1171
public final class love/forte/simbot/component/onebot/v11/core/api/OneBotApiRequests {
1165
1172
public static final fun getApiLogger ()Lorg/slf4j/Logger;
1166
1173
public static final synthetic fun request (Llove/forte/simbot/component/onebot/v11/core/api/OneBotApi;Lio/ktor/client/HttpClient;Lio/ktor/http/Url;Ljava/lang/String;Ljava/util/Collection;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
@@ -2125,6 +2132,29 @@ public final class love/forte/simbot/component/onebot/v11/core/component/OneBot1
2125
2132
public static synthetic fun useOneBot11Component$default (Llove/forte/simbot/application/ApplicationFactoryConfigurer;Llove/forte/simbot/common/function/ConfigurerFunction;ILjava/lang/Object;)V
2126
2133
}
2127
2134
2135
+
public class love/forte/simbot/component/onebot/v11/core/event/CustomEventResolveException : java/lang/RuntimeException {
2136
+
public fun <init> ()V
2137
+
public fun <init> (Ljava/lang/String;)V
2138
+
public fun <init> (Ljava/lang/String;Ljava/lang/Throwable;)V
2139
+
public fun <init> (Ljava/lang/Throwable;)V
2140
+
}
2141
+
2142
+
public abstract interface class love/forte/simbot/component/onebot/v11/core/event/CustomEventResolver$Context {
2143
+
public abstract fun getBot ()Llove/forte/simbot/component/onebot/v11/core/bot/OneBotBot;
2144
+
public abstract fun getJson ()Lkotlinx/serialization/json/Json;
2145
+
public abstract fun getRawEventResolveResult ()Llove/forte/simbot/component/onebot/v11/core/event/RawEventResolveResult;
2146
+
}
2147
+
2148
+
public class love/forte/simbot/component/onebot/v11/core/event/EventResolveException : java/lang/RuntimeException {
2149
+
public fun <init> ()V
2150
+
public fun <init> (Ljava/lang/String;)V
2151
+
public fun <init> (Ljava/lang/String;Ljava/lang/Throwable;)V
2152
+
public fun <init> (Ljava/lang/Throwable;)V
2153
+
}
2154
+
2155
+
public abstract interface annotation class love/forte/simbot/component/onebot/v11/core/event/ExperimentalCustomEventResolverApi : java/lang/annotation/Annotation {
2156
+
}
2157
+
2128
2158
public abstract interface class love/forte/simbot/component/onebot/v11/core/event/OneBotBotEvent : love/forte/simbot/component/onebot/v11/core/event/OneBotEvent, love/forte/simbot/event/BotEvent {
2129
2159
public abstract fun getBot ()Llove/forte/simbot/component/onebot/v11/core/bot/OneBotBot;
0 commit comments