Project

General

Profile

« Previous | Next » 

Revision 44766

Use the new API - not only in Publications but also in any other component

View differences:

organization.service.ts
17 17
    getOrganizationInfo (id: string):any {
18 18
        console.info("getOrganizationInfo in service");
19 19

  
20
        let url = OpenaireProperties.getSearchAPIURL()+'organizations/'+id;
20
        let url = OpenaireProperties. getSearchAPIURLLast()+'organizations/'+id+"?format=json";
21 21
        let key = url;
22 22
        // if (this._cache.has(key)) {
23 23
        //   console.log("HEre in req after put in cache "+this._cache.has(key));

Also available in: Unified diff