We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f03ee commit bdf945dCopy full SHA for bdf945d
docs/client.md
@@ -15,11 +15,6 @@ async def example():
15
print(logs) # LogsData(logs='Hello World!')
16
print(logs.logs) # 'Hello World'
17
18
- full_logs = await client.get_logs(app_id)
19
- print(
20
- full_logs) # FullLogsData(logs='https://squarecloud.app/dashboard/logs/...')
21
- print(full_logs.logs) # 'https://squarecloud.app/dashboard/logs/...'
22
-
23
status = await client.app_status(app_id) # StatusData(...)
24
25
print(status.ram) # '70MB'
0 commit comments