My Tickets New Ticket

Sorry, can not login without token.

Sorry, your login token is invalid.

Sorry,your token is expired.

Internal error, please try again later.

×

Pomotodo for iOS x-callback-url

Todo

New

pomotodo://x-callback-url/todo-new Creating a new todo

Params: content: Text Of The New Todo/Todos, use \n to create multiple todos. start(optional): if set to true, it will start the timer, and pin the todo if it's not already.

Get

pomotodo://x-callback-url/todo-get?x-success=${success-url}

Returns: ${success-url}?${todo-uuid-1}=${todo-content-1}&${todo-uuid-2}={$todo-content-2}

Open

pomotodo://x-callback-url/todo-open Open a exsiting todo

Params: uuid: UUID of a todo.

Complete

pomotodo://x-callback-url/todo-complete Marking a exsiting todo as completed.

Params: uuid: UUID of a todo.

Pomo

Start

pomotodo://x-callback-url/pomo-start Start the clock. Ignored unless clock is ready to start.

Abandon

pomotodo://x-callback-url/pomo-abandon Abandon a running clock. Ignored unless pomo is running.

Params: confirm(optional): false by default. if not set to true, user will be promoted to confirm.

Commit

pomotodo://x-callback-url/pomo-commit Commit a finished pomo. Ignored unless it's ready to commit.

Params: content(optional): nil by default, will open up the app and promote user for commit. If persent, will be used as value to commit finished pomo.

Misc

Force Sync

pomotodo://x-callback-url/misc-forcesync Sync all data to server. Ignored when user is not logged in.

Feedback

pomotodo://x-callback-url/misc-feedback Open up feedback view in app.

Helpful65 Not Helpful18