feat(server): apk links API endpoint for Obtainium Android mobile-server version sync (#18700)

This commit is contained in:
Nicholas 2025-05-28 17:45:49 -04:00 committed by GitHub
parent be247395db
commit 8ea40973a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 263 additions and 0 deletions

View file

@ -480,6 +480,8 @@ class ApiClient {
return SearchSuggestionTypeTypeTransformer().decode(value);
case 'ServerAboutResponseDto':
return ServerAboutResponseDto.fromJson(value);
case 'ServerApkLinksDto':
return ServerApkLinksDto.fromJson(value);
case 'ServerConfigDto':
return ServerConfigDto.fromJson(value);
case 'ServerFeaturesDto':