We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b7c1a commit dcb1dfcCopy full SHA for dcb1dfc
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -628,18 +628,18 @@ qx.Class.define("osparc.data.Resources", {
628
"functions": {
629
useCache: false,
630
endpoints: {
631
- create: {
632
- method: "POST",
633
- url: statics.API + "/functions"
634
- },
635
getOne: {
636
method: "GET",
637
url: statics.API + "/functions/{functionId}?include_extras=true"
638
},
639
getPage: {
640
641
- url: statics.API + "/functions?include_extras=true"
642
- }
+ url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}"
+ },
+ create: {
+ method: "POST",
+ url: statics.API + "/functions"
643
}
644
645
/*
0 commit comments