API Overview: Difference between revisions
Jump to navigation
Jump to search
w>Jguillo No edit summary |
w>Jguillo No edit summary |
||
Line 1: | Line 1: | ||
= | = Introduction = | ||
* [[Access method]] | * [[Access method]] | ||
* [[Charset]] | * [[Charset]] | ||
Line 18: | Line 18: | ||
* [[API Arquitecture]] | * [[API Arquitecture]] | ||
= | = API functions reference = | ||
== Generic methods == | == Generic methods == | ||
* [[version]] | * [[version]] | ||
Line 61: | Line 61: | ||
* [[semantic.query]] | * [[semantic.query]] | ||
= | = How to = | ||
* [[Register work uploading]] | * [[Register work uploading]] | ||
* [[Register work via URL]] | * [[Register work via URL]] | ||
Line 68: | Line 68: | ||
* [[Desktop Applications]] | * [[Desktop Applications]] | ||
= | = Troubleshooting = | ||
* [[Signatures]] | * [[Signatures]] | ||
* [[Charsets]] | * [[Charsets]] | ||
* [[Callbacks]] | * [[Callbacks]] | ||
Revision as of 15:41, 3 May 2010
Introduction
- Access method
- Charset
- Parameters
- URL syntax
- Zime parameter
- Signature parameter
- Obtain the keys to use the API
- User Key callback URL
- User Key bringback URL
- Authkey: The user authorization
- Error handling
- About users
- About Works
- User management
- Building common URLs
- Paginated requests
- API Arquitecture
API functions reference
Generic methods
User management
Master tables
- user.licenses
- license.features
- user.countries
- user.profiles
- work.types
- work.types.tree
- work.languages
Works info
Work management
- work.upload.lookup
- work.upload.begin
- work.upload.chunk
- work.upload.commit
- work.register
- work.attachfile
- work.delete
Multiauthorship
Search
How to
- Register work uploading
- Register work via URL
- Register work with extended info
- Register work with relations
- Desktop Applications