Removed Emily Willis tag photos, inappropriate after incident.
This commit is contained in:
@@ -85,7 +85,7 @@ async function fetchLatest(channel, page = 1) {
|
||||
}
|
||||
|
||||
async function fetchLatestApi(channel, page = 1, { parameters }) {
|
||||
// JSON API doesn't return poster images, CSV API doesn't have pagination
|
||||
// JSON API doesn't return poster images, CSV API doesn't have pagination. UPDATE: requested and received both, yet to test
|
||||
const res = await http.get(`${parameters.apiAddress}/affiliates?site_id=${parameters.siteId}&page=${page}`, {
|
||||
headers: {
|
||||
Authorization: `Bearer ${config.apiKeys[parameters.apiKey]}`,
|
||||
|
||||
Reference in New Issue
Block a user