Urls
API models for the urls
endpoint.
EditWebsiteRequest
¶
A model request to ravyapi.api.endpoints.urls.URLs.edit_website
.
Parameters¶
is_fraudulent: bool Whether the website is fraudulent. message: str An informational message about the website.
Attributes¶
is_fraudulent: bool Whether the website is fraudulent. message: str An informational message about the website.
Source code in ravyapi/api/models/urls.py
is_fraudulent: bool
property
¶
Whether the website is fraudulent.
message: str
property
¶
An informational message about the website.
__init__(is_fraudulent, message)
¶
Parameters¶
is_fraudulent: bool Whether the website is fraudulent. message: str An informational message about the website.
Source code in ravyapi/api/models/urls.py
GetWebsiteResponse
¶
A model response from ravyapi.api.endpoints.urls.URLs.get_website
.
Attributes¶
data: dict[str, Any] The raw data returned from the Ravy API. is_fraudulent: bool Whether the website is fraudulent. message: str An informational message about the website.