packages feed

voicebase 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+7/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -9,7 +9,7 @@     import Json.TranscriptTypes      main = do-      result <- transcribe "your bearer token" "./audio.mp3"+      result <- transcribeFile "your bearer token" "./audio.mp3"       -- get validated response or error       case result of         Left err -> print $ err@@ -32,7 +32,10 @@ + Poll for progress + Get resulting transcript or valid json or an error. ++ ## Trivia+The source repo can be found here: https://bitbucket.org/daisee/voicebase ### wreq client instead of servant ###  The reason httplib is used rather than servant is because of multipart posting.
voicebase.cabal view
@@ -2,13 +2,14 @@ -- -- see: https://github.com/sol/hpack ----- hash: 1d2c9271b864ce3c92a5289357729a078bb7fa8814ebedf3ccf470a746a16270+-- hash: 8aacb3e1c91d96ff1fdf472ee1db28540c29a0fc30e71068fa9b866403418d01  name:           voicebase-version:        0.1.1.0+version:        0.1.1.1 synopsis:       Upload audio files to voicebase to get a transcription description:    voicebase bindings for <http://voicebase.readthedocs.io/en/v2-beta/> category:       API+homepage:       https://bitbucket.org/daisee/voicebase author:         Jappie Klooster maintainer:     jappie.klooster@daisee.com copyright:      Daisee Pty Ltd