packages feed

gopro-plus 0.6.5.0 → 0.6.5.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

gopro-plus.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           gopro-plus-version:        0.6.5.0+version:        0.6.5.1 synopsis:       GoPro Plus Client API. description:    Please see the README on GitHub at <https://github.com/dustin/gopro-plus#readme> category:       Web
src/GoPro/Plus/Upload.hs view
@@ -142,7 +142,7 @@                      & at "type" ?~ J.toJSON mediumType                      & at "on_public_profile" ?~ J.Bool False                      & at "content_title" ?~ J.String (T.pack filename)-                     & at "content_source" ?~ J.String "web_media_library"+                     & at "content_source" ?~ J.String "gda"                      & at "access_token" ?~ J.String _access_token                      & at "gopro_user_id" ?~ J.String _resource_owner_id)   m <- fromJust . preview (key "id" . _String) <$> jpostAuthVal "https://api.gopro.com/media" m1