Skip to content

Commit

Permalink
chore: refresh API dump
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Oct 23, 2023
1 parent 6e12d0f commit 0d13ea4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions api/api-generator.api
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ public final class com/gw2tb/apigen/ir/model/IRQueryParameter {
}

public abstract interface class com/gw2tb/apigen/model/APIEndpoint {
public abstract fun getEndpointName ()Lcom/gw2tb/apigen/model/Name;
public abstract fun getPath ()Ljava/lang/String;
public abstract fun getPath ()Lcom/gw2tb/apigen/model/Name;
}

public final class com/gw2tb/apigen/model/APIv1Endpoint : java/lang/Enum, com/gw2tb/apigen/model/APIEndpoint {
Expand All @@ -465,8 +464,7 @@ public final class com/gw2tb/apigen/model/APIv1Endpoint : java/lang/Enum, com/gw
public static final field V1_WVW_MATCHES Lcom/gw2tb/apigen/model/APIv1Endpoint;
public static final field V1_WVW_MATCH_DETAILS Lcom/gw2tb/apigen/model/APIv1Endpoint;
public static final field V1_WVW_OBJECTIVE_NAMES Lcom/gw2tb/apigen/model/APIv1Endpoint;
public fun getEndpointName ()Lcom/gw2tb/apigen/model/Name;
public fun getPath ()Ljava/lang/String;
public fun getPath ()Lcom/gw2tb/apigen/model/Name;
public static fun valueOf (Ljava/lang/String;)Lcom/gw2tb/apigen/model/APIv1Endpoint;
public static fun values ()[Lcom/gw2tb/apigen/model/APIv1Endpoint;
}
Expand Down Expand Up @@ -614,8 +612,7 @@ public final class com/gw2tb/apigen/model/APIv2Endpoint : java/lang/Enum, com/gw
public static final field V2_WVW_OBJECTIVES Lcom/gw2tb/apigen/model/APIv2Endpoint;
public static final field V2_WVW_RANKS Lcom/gw2tb/apigen/model/APIv2Endpoint;
public static final field V2_WVW_UPGRADES Lcom/gw2tb/apigen/model/APIv2Endpoint;
public fun getEndpointName ()Lcom/gw2tb/apigen/model/Name;
public fun getPath ()Ljava/lang/String;
public fun getPath ()Lcom/gw2tb/apigen/model/Name;
public static fun valueOf (Ljava/lang/String;)Lcom/gw2tb/apigen/model/APIv2Endpoint;
public static fun values ()[Lcom/gw2tb/apigen/model/APIv2Endpoint;
}
Expand Down

0 comments on commit 0d13ea4

Please sign in to comment.