-----
- Allow for user to use a string as a list of symbols to pass to Ticker class.
For example, previous version would require user to pass
`['fb', 'msft', 'goog']` to retrieve those three symbols. Now, the user
can pass `'fb msft goog'` or `'fb,msft,goog'`.
- Allow user to pass string, as well as list, to `get_endpoints` method. For
example, `['assetProfile', 'balanceSheetHistory']` is equivalent to
`'assetProfile balanceSheetHistory'`.