Skip to content

Commit

Permalink
Change browse/newest endpoint to browse/home as the first one is remo…
Browse files Browse the repository at this point in the history
…ved by DeviantArt in revision 20240701
  • Loading branch information
DineshSolanki committed Sep 3, 2024
1 parent daa93ad commit dcca071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FoliCon/Modules/DeviantArt/DArt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private string GetTokenApiUrl()

private string GetBrowseApiUrl(string query, int offset)
{
return $"https://www.deviantart.com/api/v1/oauth2/browse/newest?timerange=alltime&offset={offset}&q={query} folder icon&limit=20&access_token={ClientAccessToken}";
return $"https://www.deviantart.com/api/v1/oauth2/browse/home?offset={offset}&q={query} folder icon&limit=20&access_token={ClientAccessToken}";
}

private string GetDownloadApiUrl(string deviationId)
Expand Down

0 comments on commit dcca071

Please sign in to comment.