filemaker_data_api 0.1.1 copy "filemaker_data_api: ^0.1.1" to clipboard
filemaker_data_api: ^0.1.1 copied to clipboard

A typed Dart client for the Claris FileMaker Data API. Handles auth, token lifecycle, records, find, scripts and metadata.

0.1.1 #

  • Add topics to pubspec for discoverability.
  • README: cross-reference the companion filemaker_odata_api package.

0.1.0 #

  • Initial release.
  • Session management with automatic login and one-shot token refresh on expiry.
  • Records: create, edit (with optional modId optimistic lock), delete, get, get range.
  • Find requests with sort, offset, limit, omit, and OR-ed requests.
  • find throws ArgumentError on empty criteria and points callers to getRecords for unconditional retrieval.
  • Empty found sets returned as an empty FoundSet rather than throwing.
  • Run server-side scripts with parameters.
  • Layout and database metadata (layoutMetadata, layouts). Note layouts returns only layouts accessible to the authenticated account.
  • Typed exceptions: FileMakerException, FileMakerAuthException, FileMakerNoRecordsException, FileMakerTransportException.
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisheraphero.com.au

Weekly Downloads

A typed Dart client for the Claris FileMaker Data API. Handles auth, token lifecycle, records, find, scripts and metadata.

Repository (GitHub)
View/report issues

Topics

#filemaker #claris #rest #api #database

License

MIT (license)

Dependencies

http, meta

More

Packages that depend on filemaker_data_api