mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-06-12 20:57:37 +02:00
refactor: rewrite some endpoints to speed up execution
This commit is contained in:
@ -107,3 +107,12 @@ class RevokedTokenResponse(BaseModel):
|
||||
"""
|
||||
|
||||
revoked: bool
|
||||
|
||||
class SocialsResponseModel(BaseModel):
|
||||
"""Implements the JSON response model for the /socials endpoint.
|
||||
|
||||
Args:
|
||||
BaseModel (pydantic.BaseModel): BaseModel from pydantic
|
||||
"""
|
||||
|
||||
__root__: dict[ str, str ]
|
||||
|
Reference in New Issue
Block a user