odatatools icon indicating copy to clipboard operation
odatatools copied to clipboard

OData Tools for vscode

Results 15 odatatools issues
Sort by recently updated
recently updated
newest added

It should be possible to get ask for authentication credentials when server returns (401?). This should be supported via a custom user script to get it automated

Hi, I did generate the proxy but I don't understand how to use it, can you help ? Thanks.

Our Odata service requires OAuth + bearer authentication. I've downloaded the XML file locally already, how can I either get this extension to read it, or go through the OAuth...

Hi, If I have this query: ``` fetch(`http://localhost:5000/odata/ Doctors?$select=Name& $filter=DoctorSpecializations/any()& $expand=DoctorSpecializations( $select=SpecializationId,Specialization; $expand=Specialization($select=Name))`) ``` How to write it with the proxy lib? Thanks!

When i create a new File and run the command "Create proxy client from OData V4.0 Service" VSCode returns the following error: command 'odatatools.GetProxy' not found Looks like there is...

enhancement
good first issue

Odata and typescript is a mess. Yeah, I know. This actually can solve it, but our proejcts do not use VS Code, but "real" visual studio. As such, it is...

Hi, when a complex type extends another type, the data is parsed correctly, but it doesn't show up in the generated code - the template is missing the extends declaration...

Hi, I tried to generate typescript interfaces from an url, but it failed: [INFO ] v200commands: Getting Metadata from 'http://api-xp4.obb.tuev-daily.de/OData/$metadata' [ERROR] Creating proxy returned following error: [ERROR] TypeError: Cannot read...