Class: Platforms::Yammer::Api::Invitations
- Defined in:
- lib/platforms/yammer/api/invitations.rb
Overview
Invite people to a Yammer network
Instance Method Summary collapse
-
#post(body = nil, headers = {}) ⇒ Faraday::Response
Post invitations have group_id (optional).
Methods inherited from Base
Constructor Details
This class inherits a constructor from Platforms::Yammer::Api::Base
Instance Method Details
#post(body = nil, headers = {}) ⇒ Faraday::Response
Post invitations have group_id (optional).
15 16 17 |
# File 'lib/platforms/yammer/api/invitations.rb', line 15 def post body=nil, headers={} @connection.post "invitations.json", body, headers end |