- Bug Fixes
- Fix servername for production access
-
Enhancements
- OAuth example in
examples/oauth.exs
- Simple note listing example in
examples/listnotes.exs
- OAuth example in
-
Bug Fixes
- Everex.Client.new/2 now properly fails to match on
nil
authentication token
- Everex.Client.new/2 now properly fails to match on
- Enhancements
- Handle Thrift exceptions by returning {:exception, the_exception} instead of generating a cryptic "bad return value" exit from GenServer.call
- Enhancements
- Now using structs instead of records to represent Thrift structs
- Initial release