ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/doc/drupal_services.txt
Revision: 722
Committed: Thu Mar 21 11:41:22 2013 UTC (12 years, 6 months ago) by alloc
Content type: text/plain
File size: 717 byte(s)
Log Message:
Moved AEI2 to java folder

File Contents

# Content
1 http://mods.oni2.net/?q=api:
2
3 GET /taxonomy_vocabulary(.json): All vocabs
4 GET /taxonomy_vocabulary/$ID(.json): Single vocab
5 POST /taxonomy_vocabulary/getTree(.json): Get a tree (data: vid=$ID) (basically all terms of this vocab)
6
7 GET /taxonomy_term(.json): All terms
8 GET /taxonomy_term/$ID(.json): Single term
9 POST /taxonomy_term/selectNodes(.json): Get nodes with term (data: tid=$ID)
10
11 GET /node(.json): All nodes
12 GET /node/$ID(.json): Single node
13 GET /node/$ID/files(.json): Get files (INCLUDING BINARY CONTENT!) of node
14 GET /node/$ID/comments(.json): Get comments of node
15
16 GET /file(.json): Index all files (no content)
17 GET /file/$ID(.json): Single file (INCLUDING BINARY CONTENT! &file_contents=0 <- no content)
18