Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# v0.1.0
## Features
* Activities
* Show activities from a specific user
* Show all activities that logged user can see (feed)
* Show all users public activities
* Show logged user activities
* Bookmarks
* Create a bookmark
* Get a list of bookmarks
* Remove a bookmark
* Collections
* Add items to a collection
* Create a collection
* Destroy a collection
* Get a collection
* Get a list of collections
* Get all collection versions
* Like a collection
* Remove items from a collection
* Unlike a collection
* Update a collection
* Complaints
* Create a complaint
* Get a list of complaints
* Contacts
* Create contacts
* Destroy a contact
* Get a contact
* Get all contacts
* Update contacts
* Downloads
* Download the content (files) of a learning object or collection
* Educational Stages
* Create an educational stage
* Get a list of educational stages
* Remove an educational stage
* Follows
* Follow an user or collection
* Unfollow an user or collection
* Institutions
* Create an institution
* Destroy an institution
* Get a list of institutions
* Get an institution
* Update an institution
* Languages
* Create a language
* Destroy a language
* Get a language
* Get a list of languages
* Update languages
* Learning Objects
* Create a learning object draft
* Destroy an attachment (file) of a learning object
* Destroy a learning object
* Get a learning object
* Get a list of learning objects
* Get all learning object versions
* Like a learning object
* Publish a learning object
* Unlike a learning object
* Update a learning object
* Mime Types
* Create a mime type
* Destroy a mime type
* Get a mime type
* Get a list of mime types
* Update a mime type
* Object Type
* Create an object type
* Destroy an object type
* Get a list of object types
* Get an object type
* Update an object type
* Reviews
* Create a review
* Delete a review
* Get a list of reviews
* Rate a review
* Update a review
* Statistics
* Show statistics about the API usage
* Subjects
* Create a subject
* Get a list of subjects
* Remove a subject
* Suggestions
* Create suggestions
* Destroy suggestions
* Get a suggestion
* Get all suggestions
* Update suggestions
* Tags
* Create a tag
* Untag an object or collection
* Users
* Create an user
* Create an user by admin
* Login with an user account
* Logout of an user account
* Destroy an user
* Destroy an user by admin
* Get a list of users
* Get an user
* Get all user versions
* Show an user’s collections
* Show an user’s drafts
* Show an user’s learning objects
* Show an user’s liked collections
* Show an user’s liked learning objects
* Show an user’s own reviews
* Show an user’s received reviews
* Show what the user is following
* Update an user