odata
Here are 224 public repositories matching this topic...
-
Updated
May 29, 2020 - TypeScript
-
Updated
May 23, 2018 - C#
-
Updated
Apr 27, 2020 - C#
There is no method based on documentation as the name as 'GetCollectionQuery' in 'EfCoreRepository'.
Please review this change
And Do you have any plan or document to implement SQL raw queries?
-
Updated
May 29, 2020 - TypeScript
-
Updated
May 31, 2020 - C#
MEDIUM, 1: blacklist: Using lxml.etree.parse to parse untrusted XML data is known to be vulnerable to XML attacks. Replace lxml.etree.parse with its defusedxml equivalent function.
Test ID: B320
Severity: MEDIUM
Confidence: HIGH
File: .\pyodata\v2\model.py
More info: https://bandit.readthedocs.io/en/latest/blacklists/blacklist_calls.html#b313-b320-xml-bad-etree
Documentation
Short summary (3-5 sentences) describing the issue.
It is not clear how you could perform the following:
- Exclude some Controllers and or Actions from the generated output.
Typically a developer might want to create an attribute that is used to identify which controllers and actions are to be ignored from the generated output. An example might be a controller/action that is role permissio
update readme
The ODATAV4 standard supports the string function "contains"
See 11.2.5.1.2 Built-in Query Functions in the following section
The Interface have the method "send". The method must return a HttpResponseMessage but the Class is not exists.
maybe should you use the \Psr\Http\Message\ResponseInterface?
It's a feature request. As angular team says it is recommended to move to the new HttpClient api.
I've written my custom AngularCommonAjaxProvider class in typescript which you may use as a template
import { HttpClient, /*HttpRequest,*/ HttpHeaders, HttpParams, HttpResponse } from "@angular/common/http";
import {helper, interfaces, bas
-
Updated
May 7, 2020 - TypeScript
-
Updated
May 6, 2019 - C#
How is one supposed to make a post that references another object in a navigation property?
Example:
export interface Module {
Identity: Edm.Guid;
Equipment?: PropertyCore.Equipment;
}I need to post with a reference to an existing Equipment (and yes, that makes little sense - I removed all the other elements).
Our front end is stuck here and I fail to find any
-
Updated
May 27, 2020 - C#
-
Updated
Jun 21, 2019 - Rich Text Format
-
Updated
Mar 17, 2019 - PHP
-
Updated
Nov 2, 2019 - C#
According to Stimulsoft documentation
there should be a "Report" field in Stimulsoft class so that one can use a statement like:
new Stimulsoft.Report.StiReport()
through which can access the report (in order to, for example, read the parameters).
But there's n
Improve this page
Add a description, image, and links to the odata topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the odata topic, visit your repo's landing page and select "manage topics."
In this quickstart, Info() has been replaced by OpenApiInfo():
https://github.com/microsoft/aspnet-api-versioning/wiki/API-Documentation#aspnet-core
Thanks for all you do to maintain this site.