You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2022. It is now read-only.
None of the below work (exception thrown in each case):
//var w = new JayDataContext();
//var z = new Default.Container(
// { name: "oData",
// oDataServiceHost: "http://odatav4-demo.jaystack.com:9000/odata"}).onReady().then((ctx) => {
//var x = JayDataContext.factory(
// { name: "oData",
// oDataServiceHost: "http://odatav4-demo.jaystack.com:9000/odata"}).onReady().then((ctx) => {
In addition when the static approach is taken u in orderby is strongly typed but u in the includes is not and has to be provided as a string. What gives?
Having used jaysvcutil I need some guidance with how best to utilise the output in a typescript project using vscode.
using jaysvcutil on http://odatav4-demo.jaystack.com:9000/odata generates a js file and a d.ts file.
None of the below work (exception thrown in each case):
In addition when the static approach is taken u in orderby is strongly typed but u in the includes is not and has to be provided as a string. What gives?