-
Currently FmRest's configs require symbol keys. Since these configs are often loaded from YAML files though it would be good if we could support indifferent access (e.g. strings OR symbols for keys).
…
pilaf updated
4 years ago
-
Currently if configs are missing you don't get very useful errors, would be good to have a `FmRest::ConfigError` exception detailing what's wrong or something like that perhaps.
pilaf updated
4 years ago
-
PyInstaller gets confused when trying to generate an executable for my project because of the python-fmrest package. It doesn't include the python-fmrest metadata, likely because the top-level import…
-
This isn't so much an issue as an FYI which could be added to the documentation to help future users.
I have need to build a Windows executable which makes use of python-fmrest (thanks :-. I'm usin…
-
Hi, how do I change the timeout constant in const.py, to something higher? Like 20 or 30. Im trying to generate PDFs with a perform_script, but some PDFs times out due to read_timeout = 10. I installe…
-
For me, running Node 10.15.3 on Windows 10, I get a seemingly endless number of errors from fmrest until I modify package.json.
I had to update ` "main": "gulpfile.js",` to ` "main": "./lib/fmrest.…
-
Is fmrest compatible with File Maker Server 19?
When I call login() I get:
"fmrest.exceptions.BadJSON: Expecting value: line 1 column 1 (char 0), 200 http response, content-type: text/html;charset=u…
-
When I have a `default_limit` set, it attaches the `_limit` param to the GET request when I try to find by record id
```
https://some.fm.data.base/layouts/SomeDataLayout/records/465?_limit=999999
…
-
Currently running FM scripts is supported when saving a record (see `FmRest::Spyke::Model::Orm#perform_save_persistence`), but not for other actions (delete, search and list). We need to add an interf…
pilaf updated
4 years ago
-
The same error is thrown, when trying to get the first record in an empty relation. Would it be possible to return an empty array, when trying to do either of these operations? Then you would get the …