Is there a complete API reference somewhere? I couldn't find anything in the documentation. Would be very helpful for script development...
Linked from:
- Christian Scheuer @chrscheuer2019-04-02 20:41:04.968Z
Hi @alex
Thank you for reaching out. Unfortunately I haven't had time to make an API reference yet.
You should be able to use our code completion, and the How to category in here as a start, and coming in 2.2 will be a "View source" option on all the built in commands as well.
Please let me know if there's a specific area you'd like more knowledge of.Thanks, Christian. Not looking for anything in particular, it's just always a nice way to get acquainted with an API and see what's possible. Even just a flat searchable list of all objects, methods and properties would be nice (and presumably already exists anyways for the autocomplete feature).
Christian Scheuer @chrscheuer2019-04-29 20:18:03.152Z
You're right we actually have a complete TypeScript definition file which is what enables the auto complete feature.
I've attached the most recent one here - this is from a 3.0 preview build so it may contain stuff that you won't find in 2.1.4
typings.zip (38.97 kB)- GGraham Archer @Graham_Archer
Hey,
I second this - it would be great to have an API reference. I'm just getting into SF and a flat searchable list of all objects, methods and properties would be really really useful.
Christian Scheuer @chrscheuer2019-09-17 14:43:28.452Z
Thanks for the bump, @Graham_Archer.
I agree this would be nice. Just didn't find the time to add it yet.
The raw list you can find in the attached zip file above.