Method: PlatformAPI::Addon#resolution

Defined in:
lib/platform-api/client.rb

#resolution(body = {}) ⇒ Object

Resolve an add-on from a name, optionally passing an app name. If there are matches it returns at least one add-on (exact match) or many.

Parameters:

  • body:

    the object to pass as the request payload



1212
1213
1214
# File 'lib/platform-api/client.rb', line 1212

def resolution(body = {})
  @client.addon.resolution(body)
end