packages feed

airtable-api 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+1/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

airtable-api.cabal view
@@ -1,5 +1,5 @@ name:                airtable-api-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Requesting and introspecting Tables within an Airtable project.  -- description: homepage:            https://github.com/ooblahman/airtable-api
src/Airtable/Query.hs view
@@ -47,7 +47,6 @@     getMore tbl = case tableOffset tbl of        Just offset -> do         resp <- getWith (opts & param "offset" .~ [offset]) url-        putStrLn $ "Part " <> show offset         getMore $ fromResp resp <> tbl       Nothing ->          pure tbl