Skip to content

Another base currency on the free account? #124

@oscarhandsome

Description

@oscarhandsome

fixerIssue
Can I use another currency as a "Rub" at free account?
because when I'm writing
return this.http.get(http://data.fixer.io/api/latest?access_key=db7602898dc550a814fb55d1261167e1&base=RUB&symbols=USD,RUB,EUR`)`
it's not working on Angular

getCurrency(base: string = 'RUB'): Observable<any> {
        return this.http.get(`http://data.fixer.io/api/latest?access_key=db7602898dc550a814fb55d1261167e1&base=${base}&symbols=USD,RUB,EUR`)
            .map((response: Response) => response.json());
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions