_AppsController |
The Apps API has methods for managing Apps.
|
_AttachmentsController |
The Attachments API has methods for managing attachments.
|
_BlobsController |
Controller for uploading and serving files.
|
_ClientController |
Api endpoints used by client sdk.
|
_CommentsController |
Comments are made by users on different objects such as posts or items. Comments are very similar to posts and messages, they can have attachments, be liked etc.
|
_ContentController |
The Content API allows a user to manage content.
|
_EmbedsController |
The Embeds API converts standard URLs into embedded videos, images and rich article previews. The api returns data in the oEmbed format.
See <a href="http://oembed.com/">http://oembed.com/</a> for details.
|
_MeetingsController |
|
_MessagesController |
The Messages API allows a user to create private messages between an arbitrary number of people.
The Messages API is built around 2 central objects: Conversations and Messages.
|
_NotificationsController |
The Notifications API allow users to manage their notifications.
|
_PostsController |
A Post is the central object you see in the stream. It has rich text and annotations. It can be liked, starred, commented etc.
Posts are closely tied to the follow graph, if you would like to send private messages you should look at the Messages API.
|
_RolesController |
A user can be a member of zero or more roles.
|
_SearchController |
Provides API search functionality.
|
_SpacesController |
A space is a work area. Apps, Items, Posts and other things all exists in the context of a space.
Users can be members of a space which give them certain permissions.
|
_SystemController |
|
_UsersController |
The Users API has methods for manipulating users.
Each user has a profile that holds all the personal details of the user.
This includes basic information like the name and email address, but can also include other properties like phone number etc.
|
JwtModel |
Class for recieving the jwt token.
|
WeavyApiController |
Abstract base class for API controllers.
|