dakit_api 0.1.4
dakit_api: ^0.1.4 copied to clipboard
DeviantArt HTTP API and OAuth adapter for the DAKit client SDK.
Changelog #
0.1.4 #
Fixed #
- Gallery, folder, and collection requests now send
mature_content: trueand stop forcingwith_session: false, so folders/galleries full of mature deviations no longer render as empty for signed-in users.
Added #
DeviationMappermaps a literature deviation's embeddedthumbsimages intoArtwork.media, so journals with inline art render their images.
0.1.1 #
Changed #
OfficialMediaRepository.originalFilenow populatesMediaAsset.availabilityReasonfrom the providererror_descriptionwhen a download is declined, so hosts can distinguish "Deviation not downloadable" from "Free download limit reached".
0.1.0 #
Added #
- Authorization Code + PKCE OAuth flow with callback validation and token exchange, refresh, and revocation.
- Network profiles, explicit proxy support, and staged connectivity probing.
- Official DeviantArt API adapters for accounts, users, artworks, discovery, galleries, folders, media, comments, social actions, and messages.
- Private upstream DTO mapping with additive-field tolerance and typed parsing failures.