Skip to content
Snippets Groups Projects

Resolve "Rest API should follow google guidlines"

Merged Piotr Gawron requested to merge 90-rest-api-should-follow-google-guidlines into master
5 files
+ 15
15
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -224,10 +224,9 @@ ServerConnector.getApiUrl = function(paramObj) {
@@ -224,10 +224,9 @@ ServerConnector.getApiUrl = function(paramObj) {
ServerConnector.getProjectUrl = function(projectId, token) {
ServerConnector.getProjectUrl = function(projectId, token) {
return this.getApiUrl({
return this.getApiUrl({
type : "project",
type : "projects",
method : "getMetaData",
method : projectId,
params : {
params : {
projectId : projectId,
token : token,
token : token,
},
},
});
});
Loading