factual-api v0.5.0 Release Notes

Release Date: 2012-09-11 // over 11 years ago
    • Modified Raw Read function (get) to take a path and a Map of query parameters instead of just a query string
    • Added Raw Write function (post) to take a path, query param Map, and a body contents Map
    • Renamed the query and write API functions to executeQuery and executeWrite accordingly
    • Added the MatchQuery type
    • Added the sort field for Read queries
    • Added more filters for queries that support filters: GreaterThan, GreaterThanOrEqualTo, LessThan, LessThanOrEqualTo, and SearchFilter