v2.0.0
2.0.0
- Major refactor and simplification into generic REST client.
- API parameters are now passed as kwargs to endpoint handlers.
- UserAgent is now set to track client usage and help debug issues.
- generate_telesign_headers is now static and easily extracted from the SDK if
custom behavior/implementation is required. - Now using net/http/persistent to take advantage of http connection pooling for performance,
thread safety and graceful reconnects.