mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-20 09:53:56 +00:00
feat: remove appinfo capabilities
This commit is contained in:
committed by
Alexandre Teles (afterSt0rm)
parent
5482d9c442
commit
10f5225f51
@@ -1,19 +0,0 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class AppInfoFields(BaseModel):
|
||||
"""
|
||||
Fields for the AppInfo endpoint.
|
||||
"""
|
||||
|
||||
name: str
|
||||
category: str
|
||||
logo: str
|
||||
|
||||
|
||||
class AppInfoModel(BaseModel):
|
||||
"""
|
||||
Response model app info.
|
||||
"""
|
||||
|
||||
app_info: AppInfoFields
|
||||
Reference in New Issue
Block a user