getRecruitmentThreadSummaries function
- HttpClient http,
- List<
String> body
Allows the caller to get a list of to 25 recruitment thread summary information objects.
Implementation
Future<ServerResponse<List<ForumRecruitmentDetail>>> getRecruitmentThreadSummaries(HttpClient http, List<String> body) {
return http.request(new HttpClientConfig(
'POST',
"https://www.bungie.net/Platform/Forum/Recruit/Summaries/",
null,
body
));
}