Jump to content

Some did something with SimpleNote PHP plugin Au3 library?


BasicOs
 Share

Recommended Posts

Did anybody manage any Library to add,delete,modify records of any Iphone database, I mean with a Iphone client?

This one for PHP:

http://fletcherpenney.net/other_projects/simplenotesync/

Library simplenote:

http://fletcherpenney.net/other_projects/simplenotesync/

https://github.com/abrahamvegh/simplenote-php/blob/master/simplenoteapi.php

Sample Perl syncs txt files:

http://svn.habariproject.org/habari-extras/plugins/simplynoted/trunk/

https://github.com/abrahamvegh/simplenote-php

How to:

sending PHP queries:

https://simple-note.appspot.com/api/ :

public function get_note($clave_delanota)

public function save_note($content, $note_key = '')

public function delete_note($note_key)

public function login($email, $password)

public function search($search_term, $max_results = 10, $offset_index = 0)

$url . "delete?key=$key&auth=$token&email=$email"

my $response = $ua->get($url . "delete?key=$key&auth=$token&email=$email");

return $response->content;

Simple PHP interface for the Simplenote API (no pun intended)

* Created by Abraham Vegh

* http://github.com/abrahamvegh/simplenote-php/

I was thinking of making an autoit Interface app to manage some sync or listing/searching of my data.

Salu22:)

Edited by BasicOs
Autoit.es - Foro Autoit en EspaƱol Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...