gogol icon indicating copy to clipboard operation
gogol copied to clipboard

A comprehensive Google Services SDK for Haskell.

Results 57 gogol issues
Sort by recently updated
recently updated
newest added

gogol is fantastically exciting! (But trying to stumble through OAuth is painful... can the core `gogol` lib walk us through this a bit more for newbies?) Here's my current stumbling...

Following recommendations from https://github.com/brendanhay/gogol/issues/147#issuecomment-635735272 I'm using latest commit on master to have `gogol` in my project. But then all the scope code changed and instead of having `storageReadWriteScope` like being...

The `gogol-gmail` library, which is the only gogol library one we're using, is broken due to using `Base64` encoding where it should be using `Base64Url` encodoing. This fix made it...

I'm looking ahead and trying to compile gogol with 9.6. The `gogol` component fails to compile due to missing instances: ``` src/Gogol/Auth/ApplicationDefault.hs:172:12: error: [GHC-39999] • No instance for ‘Alternative (Either...

Add a service config, model config, & `gogol-recaptchaenterprise` library for the reCAPTCHA Enterprise API. Google officially refers to this as the `reCAPTCHA Enterprise` API - wasn't sure what to put...