Memotoo
API / Intefaces communications with MemotooRSS Feed
Announce your API, discuss how to develop your plugins, ...
API documentation
Informations:
Number of messages: 36
Number of posts: 97
Last posted: 2023-09-05 - 09:19
Last visit: 2024-04-19 - 11:09
Number of posts not read since your last visit: 0
Bookmark and Share
Return to the forum - Forums list - Reply to this post - New message - Search a postSearch a post

RUBY Gem "memotoo" available for SOAP-ApiRSS Feed



Author Message
Karsten Redmer

Translate this message to:
BulgarianChinese (Traditional)CroatianCzechEnglishFinnishFrancaisGermanGreek
HindiItalianJapaneseNederlandsNorwegianPortugueseRussianSpanishSwedish
smile Posted 2011-05-14 - 14:03

Hi all,

today I commited a RUBY gem for Memotoo's SOAP-Api.

This commit includes the possibility the connect to memotoo and use following actions for contact: add, get, delete, modify, search !

On Gemcutter you reach it here: https://rubygems.org/gems/memotoo
On Github it is here: https://github.com/kredmer/memotoo - with documentation

Documentation is available with rdoc and in README.rdoc

Please let me know if you like it.



1 Replie(s)
Author Message
Karsten Redmer

Translate this message to:
BulgarianChinese (Traditional)CroatianCzechEnglishFinnishFrancaisGermanGreek
HindiItalianJapaneseNederlandsNorwegianPortugueseRussianSpanishSwedish
smile Posted 2011-06-12 - 07:52     Subject: Re: RUBY Gem "memotoo" available for SOAP-Api

OK. I included now all possible API-methods.

For the rubyist of you - all methods are now dynamically generated.

I did the job in less than 200 lines of code.

Yeah !

Is there anybody who uses this ruby-gem already??

Here is the list of methods:

=== bookmark
* searchBookmark(searchparams={})
* addBookmark(params={})
* getBookmark(id)
* getBookmarkSync(datetime)
* modifyBookmark(params={})
* deleteBookmark(id)

=== bookmarkfolder
* searchBookmarkFolder(searchparams={})
* addBookmarkFolder(params={})
* getBookmarkFolder(id)
* getBookmarkFolderSync(datetime)
* modifyBookmarkFolder(params={})
* deleteBookmarkFolder(id)

=== calendar_category
* searchCalendarCategory
* addCalendarCategory
* getCalendarCategory
* getCalendarCategorySync
* modifyCalendarCategory
* deleteCalendarCategory

=== contact
* searchContact
* add_contact
* getContact
* getContactSync
* modifyContact
* deleteContact

=== contact-group
* searchContactGroup
* addContactGroup
* getContactGroup
* getContactGroupSync
* modifyContactGroup
* deleteContactGroup

=== event
* searchEvent
* addEvent
* getEvent
* getEventSync
* modifyEvent
* deleteEvent

=== holiday
* searchHoliday
* addHoliday
* getHoliday
* getHolidaySync
* modifyHoliday
* deleteHoliday

=== note
* searchNote
* addNote
* getNote
* getNoteSync
* modifyNote
* deleteNote

=== task
* searchTask
* addTask
* getTask
* getTaskSync
* modifyTask
* deleteTask


Memotoo Cloud My Address Book Ask my contacts to update their information
Return to the forum - Forums list - Reply to this post - New message - Search a postSearch a post