class Restforce::Client

def describe_sobjects

Returns the Hash representation of the describe call.

Public: Get the global describe for all sobjects.
def describe_sobjects
  response = api_get 'sobjects'
  response.body['sobjects']
end