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 2335305 commit b90ccceCopy full SHA for b90ccce
README.md
@@ -31,6 +31,10 @@ client = NocoDBRequestsClient(
31
32
### Project creation
33
```python
34
+# Example with default database
35
+project_body = {"title": "My new project"}
36
+
37
+# Example with Postgresql
38
project_body = {
39
"title": "MyProject",
40
"bases": [
@@ -124,4 +128,6 @@ Feel free to add new capabilities by creating a new MR.
124
128
125
129
## Contributors
126
130
127
-- Samuel López Saura
131
+- Samuel López Saura @elchicodepython
132
+- Ilya Sapunov @davert0
133
0 commit comments