FetchJoinableSpaces (.NET)

- Declaration

public static async Task<List<CavrnusSpaceInfo>> FetchJoinableSpaces()

- Description

Gets a list of all current spaces which can be joined.

Note that this list will not update as new spaces are added, removed, or modified. To maintain those changes in your menu, consider instead using BindJoinableSpaces.

- Sample

//Coming Soon