Project

General

Profile

« Previous | Next » 

Revision 44766

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

View differences:

person.service.ts
33 33

  
34 34
        console.info("getPersonInfo in service");
35 35

  
36
        let url = OpenaireProperties.getSearchAPIURL()+'people/'+id;
36
        let url = OpenaireProperties. getSearchAPIURLLast()+'people/'+id+"?format=json";
37 37
        let key = url;
38 38
        if (this._cache.has(key)) {
39 39
          return Observable.of(this._cache.get(key));

Also available in: Unified diff