There was an error while loading. Please reload this page.
1 parent 9450332 commit fa56c03Copy full SHA for fa56c03
1 file changed
API.md
@@ -6,7 +6,7 @@
6
7
| Notecard API | Python Library API |
8
| -----------------------| -------------------|
9
-| `card.attn` | ??? |
+| `card.attn` | card.attn |
10
| `card.aux` | ??? |
11
| `card.contact` | ??? |
12
| `card.location.mode` | ??? |
@@ -27,9 +27,11 @@
27
28
## Note Commands
29
30
+`from notecard import note`
31
+
32
33
-| `note.add` | ??? |
34
+| `note.add` | note.add |
35
| `note.changes` | ??? |
36
| `note.delete` | ??? |
37
| `note.get` | note.get |
0 commit comments