Nya icon indicating copy to clipboard operation
Nya copied to clipboard

Integrated fluxpoint.dev API and key handling

Open beaudamion opened this issue 8 months ago • 0 comments

  • Added ConfigManager.cs for API key retrieval from configuration.
  • Updated WebAPIEntries.cs to include authenticated requests for images from fluxpoint.dev.
  • Modified ImageSourcesManager.cs to add fluxpoint.dev as an image source.
  • Refactored EndpointData.cs to include new categories for SFW and NSFW images and GIFs.
  • Updated PluginConfig.cs to ensure consistency with new configuration approach.
  • Set up storage and retrieval of the fluxpoint.dev API key.

Right now the gif endpoints don't work because of the site path /img vs /gif. Really just want to add animated gif only support which I saw was done in the quest build for Nya.

beaudamion avatar Jun 11 '24 14:06 beaudamion