Future getBans(String guildId) { var endpoint = '/guilds/$guildId/bans'; return _http.request(endpoint, converter: _http.listMapper(Ban.fromJson)); }