Mirrord API
From Ma.gnolia Community Wiki
Contents |
Mirrord API
What is it?
Mirrord API is a recreation of the Del.icio.us API that runs in parallel with our standard API. As described on the blog, the intention is to make adding Ma.gnolia support for Del.icio.us powered applications and plugins a very simple endeavor.
We're pretty confident that 80% of your effort will be:
1. Replace 'https://api.del.icio.us/v1' with 'https://ma.gnolia.com/api/mirrord/v1'.
2. Recompile and/or deploy.
3. Blog it for your users and kick back for the night. Sweet!
After that, there may be some minor issues to address, but overall we have strived to provide a smooth transition path.
The same Terms of Use and guidelines that apply to our standard API also apply to using Mirrord API.
Where is it?
The Mirrord API is accessed through https://ma.gnolia.com/api/mirrord/v1
For a list of methods, see the "Del.icio.us documentation":http://del.icio.us/help/api/
Important Notes
1. Mirrord does not support tag bundles, as the concept doesn't exist in Ma.gnolia.
2. Tags are separated in Ma.gnolia with commas, while Del.icio.us uses spaces. Spaces in tags going out from Ma.gnolia are converted to underscore characters.
