ACCOUNTS

This is the top level description for /account.

  • One
  • Two
  • Three
post

Creates a new account. Some bold text here. More text. Need to fill the line, so make it longer still. Hooray! Line two

Paragraph two

get

find an account

get
put

Update the account

delete

Delete the account

post

Login with email and password

post

Sends an email to the user with a link to set a new password

get

Gets the sessions

delete

Deletes the session, logging out the user

Forecasts

The very top resource - displays OK

Overview endpoint to assemble and access forecast data in various timely resolutions - THIS IS NOT DISPLAYED ANYWHERE WITH RAML2HTML :/

get

Provides an overview of the available data - display OK

No methods here, but it does have a description

/conversations

This is the top level description for /conversations.

get

Get a list of conversation for the current user

post

Create a new conversions. The currently logged in user doesn't need to be supplied in the members list, it's implied.

get

Get a single conversation including its messages

put

Update a conversation (change members)

get

Get the messages for the conversation

post

Add a new message to a conversation

put

Update the message

delete

Delete the message

/users

get

Get a list of all users

post

Creates a new user

get

Get the details of a user including a list of groups he belongs to

put

Update a user

delete

Deletes a user

/groups

get

Get a list of all the groups

post

Create a new group

get

Get the details of a group, including the member list

put

Update the group, optionally supplying the new list of members (overwrites current list)

delete

Removes the group

post

Adds a user to a group

delete

Removes a user from a group