filemaker-ts
v0.8.1
Published
<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->
Downloads
6
Readme
About The Project
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.
Installation
NPM:
npm install filemaker-ts
Yarn:
yarn add filemaker-ts
Usage
Usage examples will be published soon! The wrapper is being created on an as-needed basis and is subject to major changes.
Roadmap
- [x] Log in to database
- [x] Get a single record
- [x] Get a range of records
- [x] Create a record
- [x] Edit a record
- [x] Delete a record
- [x] Perform a find request
- [x] Log out of a database
- [ ] Duplicate a record
- [ ] Upload container data
- [ ] Get metadata
- [ ] Run a script
- [ ] Set global field values
Contributing
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
License
Distributed under the MIT License. See LICENSE.txt
for more information.