Swift and the FileMaker Data API
I wrote a service class last week for Swift, to communicate with the FileMaker Data API. The class includes functions for:
- Token management
- Find request
- Get record
- Get records, with limits and offsets
- Create record
- Duplicate record (v18 Data API)
- Edit record
- Delete record
- Set global fields (v18 Data API)
- Error handling
There are a couple of walkthroughs and other FileMaker-related goodies in the repo as well.
Go see. 🚀