Latest Activity

code

Using an API key to authenticate with an API over HTTP

Hello, I'm trying to create a JSON data source using the HTTP Route. I need to provide an API key for authentication, but I don't know where to put it. The curl request below captures the request I'm trying to make in Denodo. curl 'https://subdomain...

HTTP

code

API Response to update data table

Hello, Is it possible for a API Call to do an Update or an Insert. If the data exists Update if not then Insert. Also is the PUT response method available in the express version?

#API #Rest_API update HTTP Denodo vdp jdbc driver

code

JSON Data Sources Pagination Field - Help Text is Inconsistent with Validation Rules. -- Is it mandatory or not?

For JSON data sources retrieved via HTTP, the help text for "Parameter in URL for page size" and "Page size" for token continuation pagination indicates that they are "(Optional)", but when omitted, I can't save because a field validation tool tip pops...

design studio issue UI JSON Data Source HTTP

code

REST data source returning only text/plain

I am using Denodo 6. I am faced with a REST data source that actually returns text/plain only - application/json or application/xml is not offered. Probably the easiest approach is to create a Delimited File data source with a very uncommon delimiter, ...

REST HTTP

code

Dynamically constructed HTTP connection to CSV files held in a SharePoint 2013 document library

We have a SharePoint library where an external mechanism will routinely upload CSV files to (Note that the only constant will be that it will be a CSV file of a specific format, and SharePoint won't allow duplicate named files). In our testing we've s...

CSV HTTP Sharepoint

code

POST Dynamic XML Content

Let's say there's a RESTful Service that publishes a list of Users and returns a Transaction_ID. The REST Service that I want to utilize requires a POST body of a specific XML format. While Denodo allows static data to be embedded within a POST (e.g. ...

HTTP