module Platforms::Yammer::Api
Module for all Yammer's API endpoints
These are organised per-class in the 'directory' of the namespace. Methods are generally called 'get', 'post', and 'delete' for simple requests and named methods if more complex.
For example:
-
{Messages#get} maps to GET /messages.json
-
{Messages#post} maps to POST /messages.json
-
{Messages#my_feed} maps to GET /messages/my_feed.json
@author Benjamin Elias @since 0.1.0