feat: add read-only support of the meta API (#13)
* Add bases API. * Implement get tables schema * Rename GetBase to GetBaseSchema * Add tests * Update doc
This commit is contained in:
15
testdata/get_bases.json
vendored
Normal file
15
testdata/get_bases.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"bases": [
|
||||
{
|
||||
"id": "appLkNDICXNqxSDhG",
|
||||
"name": "Apartment Hunting",
|
||||
"permissionLevel": "create"
|
||||
},
|
||||
{
|
||||
"id": "appSW9R5uCNmRmfl6",
|
||||
"name": "Project Tracker",
|
||||
"permissionLevel": "edit"
|
||||
}
|
||||
],
|
||||
"offset": "itr23sEjsdfEr3282/appSW9R5uCNmRmfl6"
|
||||
}
|
||||
Reference in New Issue
Block a user