ruby_odata icon indicating copy to clipboard operation
ruby_odata copied to clipboard

OData Consumer for Ruby

Results 17 ruby_odata issues
Sort by recently updated
recently updated
newest added

Hi there, I worked on making ruby_odata work with recent releases of both rails + ruby. The process was pretty straigh forward until I hit a weird issue with 2...

Install gem steps seems to be ok. But then: Traceback (most recent call last): 2: from C:/Ruby27-x64/bin/test.rb:1:in `' 1: from C:/Ruby27-x64/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb :92:in `require' C:/Ruby27-x64/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require' : cannot load such file...

I have an issue where I need to extract data from two different URL's for the same company. Calling a new service, sending the service name and executing the query...

When updating an object in MS Dynamics NAV you will receive an error message: Could not validate the client concurrency token required by the service. Please provide a valid token...

When updating an object in MS Dynamics NAV you will receive an error message: ``` HTTP/1.1 400 Bad request An error occurred while processing this request. ``` ruby_odata inserts an...

Updates the OData Service to allow passing it a block that is called when Faraday is initialised. This allows more advanced configurations such as NTLM auth, of which I give...

We have a OData Webservice (Microsoft Dynamics Nav) which requires IDs as string: NavService.Customer.filter("No eq '10000'") or short: NavService.Customer("10000") but currently all IDs will be converted to integers

Need support Windows NTLM Authorization

Feature