Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 68ab815

Browse files
authored
Update readme.md
1 parent e6301f8 commit 68ab815

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

readme.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
# TODOIST-REST-CLIENT v.0.0.3
2-
3-
## _A simple todoist-rest-api client_
4-
5-
## Important changes
6-
7-
- Now `create` function returns a boolean: true if the resource was created successfully and false if not.
8-
- New general functions:
9-
- Get JSONs => implemented methods for getting JSON (not content/name arrays)
10-
- Now you can create projects!
11-
12-
```js
13-
import TDSClient, { Project } from "todoist-rest-client";
14-
const myClient = new TDSClient(API_TOKEN);
15-
myClient.create({ type: "project" }, new Project({ name: "New Project" }));
16-
```
17-
181
# TODOIST-REST-CLIENT
192

203
## _A simple todoist-rest-api client_

0 commit comments

Comments
 (0)