aboutsummaryrefslogtreecommitdiff
path: root/api/readme.md
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-16 16:57:26 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-16 16:57:26 +0200
commit07c2b124e4348b15f1e5ec18c6cdfd77248c6bc8 (patch)
treee4a29123d3ebedc1d25500390c904c66b3b02489 /api/readme.md
parentaa2c999702dadba2afbcf2be9f597f890aafcc87 (diff)
spaces > tabs in python :(
Diffstat (limited to 'api/readme.md')
-rw-r--r--api/readme.md51
1 files changed, 33 insertions, 18 deletions
diff --git a/api/readme.md b/api/readme.md
index 648171a..f5cd981 100644
--- a/api/readme.md
+++ b/api/readme.md
@@ -80,7 +80,8 @@ API return type classes are mostly defined in api/api.ts
```ts
{
- id: userID;
+ id:
+ userID;
}
```
@@ -90,7 +91,7 @@ API return type classes are mostly defined in api/api.ts
```ts
{
- userInfo;
+ userInfo;
}
```
@@ -107,7 +108,7 @@ API return type classes are mostly defined in api/api.ts
```ts
{
- userInfo;
+ userInfo;
}
```
@@ -122,7 +123,8 @@ API return type classes are mostly defined in api/api.ts
```ts
{
- id: userID;
+ id:
+ userID;
}
```
@@ -190,7 +192,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- image: base64PNG;
+ image:
+ base64PNG;
}
```
@@ -209,7 +212,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- preferences: userPreferences;
+ preferences:
+ userPreferences;
}
```
@@ -224,7 +228,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- newPreferences: userPreferences;
+ newPreferences:
+ userPreferences;
}
```
@@ -295,7 +300,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- status: string;
+ status:
+ string;
}
```
@@ -312,7 +318,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- id: userID;
+ id:
+ userID;
}
```
@@ -329,7 +336,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- id: userID;
+ id:
+ userID;
}
```
@@ -346,7 +354,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- id: userID;
+ id:
+ userID;
}
```
@@ -363,7 +372,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- query: string;
+ query:
+ string;
}
```
@@ -386,7 +396,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- id: userID;
+ id:
+ userID;
}
```
@@ -403,7 +414,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- id: userID;
+ id:
+ userID;
}
```
@@ -503,7 +515,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- id: gameID;
+ id:
+ gameID;
}
```
@@ -513,7 +526,7 @@ returns error when image is not .png or larger than 256x256
```ts
{
- gameInfo;
+ gameInfo;
}
```
@@ -528,7 +541,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- id: gameID;
+ id:
+ gameID;
}
```
@@ -555,7 +569,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- id: gameID;
+ id:
+ gameID;
}
```