Skip to content

Commit 091904b

Browse files
author
Charles Larivier
committed
docs: add Card
Signed-off-by: Charles Larivier <charles@dribbble.com>
1 parent 5bc49e0 commit 091904b

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

README.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -111,43 +111,43 @@ df = dataset.to_pandas()
111111

112112
For a full list of endpoints and methods, see [Metabase API](https://www.metabase.com/docs/latest/api-documentation.html).
113113

114-
| Endpoints | Support |
115-
|-----------------------|:----------:|
116-
| Activity ||
117-
| Alert ||
118-
| Automagic dashboards ||
119-
| Card | |
120-
| Collection ||
121-
| Dashboard ||
122-
| Database ||
123-
| Dataset ||
124-
| Email ||
125-
| Embed ||
126-
| Field ||
127-
| Geojson ||
128-
| Ldap ||
129-
| Login history ||
130-
| Metric ||
131-
| Native query snippet ||
132-
| Notify ||
133-
| Permissions ||
134-
| Premium features ||
135-
| Preview embed ||
136-
| Public ||
137-
| Pulse ||
138-
| Revision ||
139-
| Search ||
140-
| Segment ||
141-
| Session ||
142-
| Setting ||
143-
| Setup ||
144-
| Slack ||
145-
| Table ||
146-
| Task ||
147-
| Tiles ||
148-
| Transform ||
149-
| User ||
150-
| Util ||
114+
| Endpoints | Support | Notes |
115+
|-----------------------|:----------:|-------|
116+
| Activity || |
117+
| Alert || |
118+
| Automagic dashboards || |
119+
| Card | ⚠️ | Partial support; list/create/update/archive. Missing additional functionality (i.e. POST /api/card/:card-id:/favorite |
120+
| Collection || |
121+
| Dashboard || |
122+
| Database || |
123+
| Dataset || |
124+
| Email || |
125+
| Embed || |
126+
| Field || |
127+
| Geojson || |
128+
| Ldap || |
129+
| Login history || |
130+
| Metric || |
131+
| Native query snippet || |
132+
| Notify || |
133+
| Permissions || |
134+
| Premium features || |
135+
| Preview embed || |
136+
| Public || |
137+
| Pulse || |
138+
| Revision || |
139+
| Search || |
140+
| Segment || |
141+
| Session || |
142+
| Setting || |
143+
| Setup || |
144+
| Slack || |
145+
| Table || |
146+
| Task || |
147+
| Tiles || |
148+
| Transform || |
149+
| User || |
150+
| Util || |
151151

152152
## Contributing
153153
Contributions are welcome!

0 commit comments

Comments
 (0)