Closed Hkly closed 4 years ago
@Hkly I pushed a potential fix to the branch named discard-collection-params-on-find-single
Could you try using the gem from that branch and checking if it solves the problem for you?
Here's how to use that branch from your Gemfile:
gem "fmrest", github: "beezwax/fmrest-ruby", branch: "discard-collection-params-on-find-single"
Here's a pull request in case you want to review changes: https://github.com/beezwax/fmrest-ruby/pull/36
Thanks @pilaf! Tested it and it works!
Included in v0.5.0 release.
When I have a
default_limit
set, it attaches the_limit
param to the GET request when I try to find by record idreturns the error "Unknown parameter(s): _limit", error code "960"