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 6c59cbb commit c0d4eb2Copy full SHA for c0d4eb2
README.md
@@ -70,6 +70,24 @@ var complexFiler = new CompoundFilter(
70
);
71
```
72
73
+## Supported Endpoints
74
+- [ ] Databases
75
+ - [x] Retrieve a database
76
+ - [x] Query a database
77
+ - [x] List databases
78
+ - [ ] Create a Database
79
+- [x] Pages
80
+ - [x] Retrieve a page
81
+ - [x] Create a page
82
+ - [x] Update page
83
+- [x] Blocks
84
+ - [x] Retrieve Block Children
85
+ - [x] Append Block Children
86
+- [x] Users
87
+ - [x] Retrieve a User
88
+ - [x] List all users
89
+- [x] Search
90
+
91
## Contribution Guideline
92
93
At the moment I haven't got any specific guidelines for the project. Everyone are welcome to contribute.
0 commit comments