Use FileMaker to perform Create, Read, Update and Delete operations on a RESTful API.
TheMovieDB_Browser.fmp12 demo shows how to page through API results, and uses a horizontal portal.
-
30 test records created using Mockaroo.
-
And a fake online REST API created using My JSON Server.
-
See the raw JSON data at https://my-json-server.typicode.com/asktami/fmJSON_CRUD.
- Uses the GoRest API with real data and responses.
- Uses TheMovieDB API with real data and responses.
Note: Debugged requests using Request Bin