filemaker_odata_api 0.1.0 copy "filemaker_odata_api: ^0.1.0" to clipboard
filemaker_odata_api: ^0.1.0 copied to clipboard

A typed Dart client for the Claris FileMaker OData v4 API, with a fluent query builder for $filter, $select, $orderby, $top and $skip.

0.1.0 #

  • Initial release.
  • HTTP Basic authentication (no session token to manage).
  • Fluent Filter builder for $filter with comparison operators, string functions (contains, startswith, endswith), and/or/not, and automatic quoting and single-quote escaping.
  • query with $filter, $select, $orderby, $top, $skip, $count, and $expand. System query options are sent with a literal $ (not the percent-encoded %24, which FileMaker ignores).
  • Single-entity fetch by primary key (getById).
  • Writes: create (POST), update (PATCH), delete (DELETE).
  • Metadata: tables (entity set names) and raw $metadata (EDM XML).
  • Typed exceptions: ODataException, ODataAuthException, ODataNotFoundException, ODataTransportException.
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisheraphero.com.au

Weekly Downloads

A typed Dart client for the Claris FileMaker OData v4 API, with a fluent query builder for $filter, $select, $orderby, $top and $skip.

Repository (GitHub)
View/report issues

Topics

#filemaker #claris #odata #rest #database

License

MIT (license)

Dependencies

http, meta

More

Packages that depend on filemaker_odata_api