mapbox / mapbox-speech-swift

Natural-sounding text-to-speech in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
ISC License
43 stars 17 forks source link

Expose apiEndpoint and accessToken publicly #18

Closed frederoni closed 6 years ago

frederoni commented 6 years ago

This is needed to validate the token in various cases, e.g. in a test case where @testable Debug builds should be avoided.

cc @1ec5 @akitchen