ccoenraets / forcejs

Micro library to use the Salesforce REST APIs in JavaScript Apps
175 stars 61 forks source link

Strange method name for retreiving salesforce object schema #10

Open ericwooley opened 8 years ago

ericwooley commented 8 years ago

https://github.com/ccoenraets/forcejs/blob/es6/force.js#L402

getPickListValues seems like a strange name for something that returns schema information about an object. Is there a way to get picklist information using the object name?