gw2v2GuildSearch

@JvmName(name = "gw2v2GuildSearch-Alias")
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

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