It would be nice to normalize the naming of the functions.
Get-IBWAPIConfig becomes Get-IBConfig
Set-IBWAPIConfig becomes Set-IBConfig
Remove-IBWAPIConfig becomes Remove-IBConfig
New-IBWAPISession becomes New-IBSession
Save-IBWAPIConfig is being removed in #35
Invoke-IBWAPI will remain unchanged because it's a lower level function that people don't generally use directly. It would also look weird as just Invoke-IB.
It would be nice to normalize the naming of the functions.
Invoke-IBWAPI
will remain unchanged because it's a lower level function that people don't generally use directly. It would also look weird as justInvoke-IB
.