ChuckJonas / ts-force

A Salesforce REST Client written in Typescript for Typescript
88 stars 21 forks source link

Client Connection #85

Closed ChuckJonas closed 3 years ago

ChuckJonas commented 4 years ago

ts-force currently provides client functionality for MOST of the salesforce API's.

However, js-force now provides type information... It might make sense to just abandon adopt js-force and not have to support our own client API. moving forward.

If not, this would be a good opportunity to clean up and standardize the different "clients" to a more consistent API.

ChuckJonas commented 4 years ago

Holy Crap... I just checked and js-force 15 runtime dependencies and has an unpacked size of 11.5 MB!

That's almost a dealbreaker right there for me. I think we have an opportunity provider something smaller, smarter, faster, more efficient without much effort