LicenseRef-OtherLicense licensed by Brendan Hay
Maintained by Brendan Hay
This version can be pinned in stack with:gogol-0.1.0@sha256:9a7b75e8127b404042808ef58badd585c611d8d2e9167e18a21a7a2f9abd0e07,3287

Gogol

Description

TODO

Contribute

For any problems, comments, or feedback please create an issue here on GitHub.

Licence

Gogol is released under the Mozilla Public License Version 2.0.

Changes

Change Log

0.1.0

Released: 20 June, 2016, Compare: 0.0.1

Fixed

  • The generator now emits ByteString types instead of the erroneous Word8 for many services. #26
  • The generator now correctly handles smart constructor parameters. #10
  • Streaming media requests now have the correct Content-Type, previously application/octet-stream. #16
  • Streaming media requests now have the correct alt vs multipart query parameter usage.

Changed

  • Base64 URL encoding is now transparent handled. #29
  • The MIME type of streaming files via sourceBody is now used as the Content-Type. This behaviour can be overriden using the bodyContentType lens.
  • Response body is now included in thrown ServiceErrors. #18 #23
  • MonadGoogle, Google, Env, and Credentials types are now constrained by the required OAuth2 scopes.
  • GHC 8 support.

Updated Service Definitions

  • All service definitions have been updated to their latest respective versions.

0.0.1

Released: 24 October, 2015

Initial Release