gopro-plus-0.3.0.0: GoPro Plus Client API.

Safe HaskellNone
LanguageHaskell2010

GoPro.Plus.Internal.HTTP

Synopsis

Documentation

proxy :: MonadIO m => Text -> String -> m ByteString Source #

Proxy a request to GoPro with authentication.

jget :: (MonadIO m, FromJSON a) => Text -> String -> m a Source #

jgetWith :: (MonadIO m, FromJSON a) => Options -> String -> m a Source #

jpostWith :: (MonadIO m, Postable a, FromJSON r) => Options -> String -> a -> m r Source #