Project

General

Profile

« Previous | Next » 

Revision 47343

Deposit Data:search via classifications | use properties file for urls |clean files| add subjects in datasource results (optional)

View differences:

openaireProperties.ts
24 24
    public static searchLinkToAdvancedOrganizations = "search/advanced/organizations";
25 25
    public static searchLinkToAdvancedPeople = "search/advanced/people";
26 26

  
27
//http://beta.services.openaire.eu:8480/search/
28
//http://rudie.di.uoa.gr:6081/dnet-functionality-services-2.0.0-SNAPSHOT
29
    // Services - APIs
30 27

  
31 28
    private static metricsAPIURL = "https://beta.services.openaire.eu/usagestats/";
32 29
    private static framesAPIURL = "https://beta.openaire.eu/stats3/";
33 30

  
34
    //private static loginAPIURL = "http://mpagasas.di.uoa.gr:8080/uoa-user-management-1.0.0-SNAPSHOT/api/users/authenticates";
31
// private static loginAPIURL = "http://scoobydoo.di.uoa.gr:8080/uoa-user-management-1.0.0-SNAPSHOT/api/users/authenticates";
35 32
    private static loginAPIURL = "http://scoobydoo.di.uoa.gr:8080/uoa-user-management-1.0.0-SNAPSHOT/api/users/authenticates";
36 33

  
34
    // private static claimsAPIURL = "http://scoobydoo.di.uoa.gr:8080/dnet-openaire-connector-service-1.0.0-SNAPSHOT/rest/claimsService/";
35
    private static claimsAPIURL = "http://beta.services.openaire.eu/claims/rest/claimsService/";
37 36

  
38
    // public claimsAPIURL      = "http://rudie.di.uoa.gr:8080/dnet-openaire-connector-service-1.0.0-SNAPSHOT/rest/claimsService/"
39
    private static claimsAPIURL = "http://scoobydoo.di.uoa.gr:8080/dnet-openaire-connector-service-1.0.0-SNAPSHOT/rest/claimsService/";
37
     private static searchAPIURLLAst     = "https://beta.services.openaire.eu/search/v2/api/";
38
    // private static searchAPIURLLAst     = "http://scoobydoo.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/";
40 39

  
41
    // private static searchAPIURL = " https://beta.services.openaire.eu/search/v2/api/";
42
    // private searchAPIURL     = "http://beta.services.openaire.eu/search/v2.0/api/";
43
    private static searchAPIURL     = "https://beta.services.openaire.eu/search/v2/api/";
44
    //"http://scoobydoo.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/";
45

  
46
    // private static searchAPIURLLAst     = " https://beta.services.openaire.eu/search/v2/api/";
47
    private static searchAPIURLLAst     = "https://beta.services.openaire.eu/search/v2/api/";
48
    //private static searchAPIURLLAst = "http://scoobydoo.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/";
49
    //private static searchAPIURLLAst = "http://rudie.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/";
50

  
51
    // private static searchResourcesAPIURL     = " https://beta.services.openaire.eu/search/v2/api/resources";
52 40
    private static searchResourcesAPIURL     = "https://beta.services.openaire.eu/search/v2/api/resources";
41
    // private static searchResourcesAPIURL     = "http://scoobydoo.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/resources";
53 42

  
54
    //private static searchServiveURL     = "http://astero.di.uoa.gr:8080/dnet-functionality-services-2.0.0-SNAPSHOT/";
55 43
    private static searchServiveURL  = "http://beta.services.openaire.eu:8480/search/rest/";
56
    // private static searchServiveURL  = "http://services.openaire.eu:8380/search/";
57
    // private static searchServiveURL   = "http://beta.services.openaire.eu:8480/search/";
58 44

  
59 45
    private static csvAPIURL = "https://beta.services.openaire.eu/search/v2/api/";//publications?format=csv
60 46

  
......
85 71
    // helpdesk link
86 72
    private static helpdesk = "https://www.openaire.eu/support/helpdesk";
87 73

  
74
    private static uploadService = "http://localhost:8000/upload";
88 75

  
76
    private static vocabulariesAPI ="https://beta.services.openaire.eu/provision/mvc/vocabularies/";
89 77
    //landing Pages' getters
90 78
    public static getsearchLinkToPublication():string{
91 79
      return this.baseSearchLink + this.searchLinkToPublication;
......
197 185
      }
198 186
      return this.searchAPIURLLAst + suffix;
199 187
    }
200
    public static getSearchServiceURL():string{
201
      return this.searchServiveURL;
202
    }
188

  
203 189
    public static getClaimsAPIURL():string{
204 190
      return this.claimsAPIURL;
205 191
    }
......
255 241
    public static getHelpdesk():string{
256 242
        return this.helpdesk;
257 243
    }
244

  
245
    //upload service for bulk claim - upload csv file
246
    public static getUploadServiceUrl():string{
247
        return this.uploadService;
248
    }
249
    //vocabularies API
250
    public static getVocabulariesAPI():string{
251
        return this.vocabulariesAPI;
252
    }
258 253
}
259 254
export class ErrorCodes {
260 255
  public LOADING = 0;

Also available in: Unified diff