-
I am having no issues when running on mac.
However, when I run on Ubuntu, I get:
AttributeError: module 'fmrest' has no attribute 'Server'
I've tested on two different fresh installs of Ubuntu…
-
I imagine this bubbles back to FileMaker's API choices, but if I want to query something and find the count, I can never get a count of zero because an error is thrown telling me there are no records.…
-
The `String.match?` function was added to Ruby in 2.4.x; this function is invoked once in fmrest: https://github.com/beezwax/fmrest-ruby/blob/master/lib/fmrest/v1/token_session.rb#L74. Since `String.…
-
Currently `FmRest::Spyke::Relation` doesn't provide an easy way to specify you want no portals.
Some ideas for the API for this:
```ruby
Model.portal(nil) # could work as the first call, but mu…
pilaf updated
5 years ago
-
Hi
I tried to install using pip3 install https://github.com/davidhamann/python-fmrest/archive/master.zip, but got the error below. Any suggestions? Thanks
Collecting https://github.com/davidhaman…
-
Thanks for a great gem! Found a little mistake in the dependencies.
The dependencies claim that any version of ActiveRecord is supported, however it uses features of ActiveSupport that do not exist…
-
In the JSON returned by FileMaker is `response.dataInfo` which contains details about the query just performed. Of most interest to me at this time is the `foundCount` which gives the number of recor…
-
Maybe its something obvious and I'm missing it (forgive me if that is the case) but do you have any examples of how I would go about looping through or handling additional pages of records. The get re…
-
Hi, First off I really appreciate the work you have done here. It has been a great tool for us.
I recently started randomly getting an error that I am not sure what to do with. The error started a…
-
I'm attempting to retrieve the latest "Term" from our FileMaker database by sorting the records by the term's end date descending and then retrieving the first record.
Doing a limit of 2 results in…