Git Product home page Git Product logo

toodledo-java's Introduction

toodledo-java
-------------

This is an _UNOFFICIAL_ implementation of the www.toodledo.com REST API in Java.
Coded by me (Marc) [email protected], and with various contributions from other people who helped via Github.

Usage
-----
This is basically a library with a nice and helpfull (hopefully) API to work with Toodledo. Easily extensible and bla bla bla.

Libs
----
I'm using ivy for library dependency. If you don't know what it is or how to setup it have a look at http://ant.apache.org/ivy/history/latest-milestone/install.html . If for any reason you cannot install it you'll need to hack the build.xml and place the libs in the /lib directory.

Thanks to
---------
Brian de Alwis
Gwyin Evans

toodledo-java's People

Contributors

lant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

toodledo-java's Issues

Code injection (guice)

Refactor some stuff to use code injection, so i'll be able to test this stuff decently.

Escaping of task notes / title / tags should be using UrlEncode

I think that the ToodleDo docs are a bit lacking when they recommend escaping the & and ; characters. Because all the data is glued together into a single Get request for this application, and is part of a URL, I think the whole value needs to be URL Encoded.

ie)

public class TextEncoder {
    public String encode(String original) {
        return java.net.URLEncoder.encode(original, "UTF8");
    }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.