I notice getSight call is taking in sightId parameter instead of the regular id parameter like getSheet. https://github.com/smartsheet-platform/smartsheet-javascript-sdk/blob/128e8174456dabb3aa646607bc9b65165a2592c4/lib/sights/index.js#L51 Can you change it to id to be consistent with other get calls?
I notice getSight call is taking in sightId parameter instead of the regular id parameter like getSheet.
smartsheet-javascript-sdk/lib/sights/index.js
Line 51 in 128e817
Can you change it to id to be consistent with other get calls?