A typescript wrapper for the Filemaker Data API
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Filemaker-ts is an ongoing effort to build a strongly-typed API wrapper around the Filemaker Data API. The goal of this project is to reduce development time by allowing users to define their Filemaker schema in Typescript for consistency across the entire development stack.
DISCLAIMER: This project is still in early-stage development and is subject to major changes.
NPM:
npm install filemaker-ts
Yarn:
yarn add filemaker-ts
Usage examples will be published soon! The wrapper is being created on an as-needed basis and is subject to major changes.
- Log in to database
- Get a single record
- Get a range of records
- Create a record
- Edit a record
- Delete a record
- Perform a find request
- Log out of a database
- Duplicate a record
- Upload container data
- Get metadata
- Run a script
- Set global field values
Any contributions you make are greatly appreciated!
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.