Download the PHP package myfmbutler/myfmapilibrary-for-js without Composer
On this page you can find all versions of the php package myfmbutler/myfmapilibrary-for-js. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download myfmbutler/myfmapilibrary-for-js
More information about myfmbutler/myfmapilibrary-for-js
Files in myfmbutler/myfmapilibrary-for-js
Package myfmapilibrary-for-js
Short Description (Claris) FileMaker 19 API Javascript wrapper
License gpl-3.0
Informations about the package myfmapilibrary-for-js
Lesterius (Claris) FileMaker 19 Data API wrapper - myFMApiLibrary for Javascript
Presentation
Team
Lesterius is a European Claris (FileMaker) Business Alliance Platinum member that operates in Belgium, France, the Netherlands, Portugal and Spain. We are creative business consultants who co-create FileMaker Platform based solutions with our customers.\ Sharing knowledge takes part of our DNA, that's why we developed this library to make the FileMaker Data API easy-to-use with Javascript.\ Break the limits of your application!\
Description
This library is a Javascript wrapper of the (Claris) FileMaker Data API 19.
You can find the PHP wrapper of the FileMaker Data API 18 here
You can find the Javascript wrapper of the FileMaker Data API 18 on the releases <= v.1.* .
You will be able to use every functions like it's documented in your FileMaker server Data Api documentation (accessible via https://[your server domain]/fmi/data/apidoc). General Claris document on the Data API is available here
Installation
The recommended way to install it is through Composer.
After installing, you can call this javascript library by adding:
In your html file.
Usage
Prepare your FileMaker solution
- Enable the FileMaker Data API option on your FileMaker server admin console.
- Create a specific user in your FileMaker database with the 'fmrest' privilege
- Define records & layouts access for this user
Use the library
Login
Login with credentials:
Login with oauth:
Use only generated token:
To re generate a token, use 'login' function.
/!\ Not available with 'Login with token' method, use 'setApiToken' function.
Logout
Validate Session
Create record
Delete record
Edit record
Duplicate record
Get record
Get records
Find records
Set global fields
Execute script
Upload file to container
Metadata Info
Product Info
Database Names
/!\ Not available with 'Login with token' method