gw2v2GuildSearch
fun gw2v2GuildSearch(name: String, configure: RequestConfigurer? = null): RequestTemplate<List<String>>
fun gw2v2GuildSearch(name: GW2GuildId, configure: RequestConfigurer? = null): RequestTemplate<List<String>>
Returns an array of guild IDs for a given guild name.
Authenticated: No
Paginated: No
Bulk expanded: No
Localized: No
Cache time: N/A
Content copied to clipboard
Read more: https://wiki.guildwars2.com/wiki/API:2/guild/search
Return
the request that can be executed to query the API
Parameters
name
the guild name to search for
configure
configure action for the request