Skip to content

hellonico/clj-todoist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-todoist

5 minutes Clojure wrapper for the todoist API

All the methods defined in that page can be used: [http://todoist.com/API/help]

Usage

In your project.clj:

[clj-todoist "1.0.0"]

Then in your code:

(ns clj2.core
 (:require [clj-todoist.core :as todo]))

(todo/login {:email "[email protected]" :password "12345"})

(todo/getProjects {})

(todo/addItem {:project_id 123 :content "test item"})

License

Copyright (C) 2012 Nicolas Modrzyk

Distributed under the Eclipse Public License, the same as Clojure.

About

Clojure Todoist API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published