v3.0.0: Function for fetching app metadata
This release brings support for a new function for fetching the full app metadata.
It turns out that this new function uses the same internal endpoint as the function for fetching data safety labels and can also fetch this information. Thus, the separate function for data safety labels is not necessary anymore. It gets deprecated with this release and will be removed in the future.
Breaking Changes
This release introduces some breaking changes in a few utility types and functions that are publicly exported. Affected types and functions are: AppMetadata
and parseAppEntry()
What's Changed
- Fixes #13: App details endpoint by @baltpeter in #14
Full Changelog: v2.2.0...v3.0.0