Skip to content

Commit e6c38d9

Browse files
author
richard
committed
api info file started
1 parent d20dcbd commit e6c38d9

File tree

1 file changed

+32
-39
lines changed

1 file changed

+32
-39
lines changed

API_INFO.md

+32-39
Original file line numberDiff line numberDiff line change
@@ -6,55 +6,48 @@ This file contains definitions for some of the properties within the API. The ai
66

77
### Node attributes (json properties)
88

9-
'a' Type
10-
11-
'h' Id
12-
13-
'p' Parent Id
14-
15-
'a' encrypted Attributes (within this: 'n' Name)
16-
17-
'k' Node Key
18-
19-
'u' User Id
20-
21-
's' Size
22-
23-
'ts' Time Stamp
9+
* 'a' Type
10+
* 'h' Id
11+
* 'p' Parent Id
12+
* 'a' encrypted Attributes (within this: 'n' Name)
13+
* 'k' Node Key
14+
* 'u' User Id
15+
* 's' Size
16+
* 'ts' Time Stamp
2417

2518
#### Node types
2619

27-
0 File
28-
1 Folder
29-
2 Root Folder
30-
3 Inbox
31-
4 Trash
32-
-1 Dummy
20+
* 0 File
21+
* 1 Folder
22+
* 2 Root Folder
23+
* 3 Inbox
24+
* 4 Trash
25+
* -1 Dummy
3326

3427

3528
### Error responses
3629

3730
#### General errors:
38-
EINTERNAL (-1):
39-
EARGS (-2):
40-
EAGAIN (-3)
41-
ERATELIMIT (-4):
31+
* EINTERNAL (-1):
32+
* EARGS (-2):
33+
* EAGAIN (-3)
34+
* ERATELIMIT (-4):
4235

4336
#### Upload errors:
44-
EFAILED (-5):
45-
ETOOMANY (-6):
46-
ERANGE (-7):
47-
EEXPIRED (-8):
37+
* EFAILED (-5):
38+
* ETOOMANY (-6):
39+
* ERANGE (-7):
40+
* EEXPIRED (-8):
4841

4942
#### Filesystem/Account level errors:
50-
ENOENT (-9):
51-
ECIRCULAR (-10):
52-
EACCESS (-11):
53-
EEXIST (-12):
54-
EINCOMPLETE (-13):
55-
EKEY (-14):
56-
ESID (-15):
57-
EBLOCKED (-16):
58-
EOVERQUOTA (-17):
59-
ETEMPUNAVAIL (-18):
43+
* ENOENT (-9):
44+
* ECIRCULAR (-10):
45+
* EACCESS (-11):
46+
* EEXIST (-12):
47+
* EINCOMPLETE (-13):
48+
* EKEY (-14):
49+
* ESID (-15):
50+
* EBLOCKED (-16):
51+
* EOVERQUOTA (-17):
52+
* ETEMPUNAVAIL (-18):
6053

0 commit comments

Comments
 (0)