File tree Expand file tree Collapse file tree
src/providers/coinmarketcap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import { CryptoWalletResponse } from '../../responses/cryptowalletresponse';
1010@Injectable ( )
1111export class CoinMarketCapProvider {
1212
13- private readonly getCurrentPricePath : string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/RESOURCE_URL" ;
14- private readonly allPricesPath : string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/RESOURCE_URL" ;
15- private readonly allPricesBetweenPath : string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/RESOURCE_URL/START_DATE/END_DATE" ;
13+ private readonly getCurrentPricePath : string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/ticker/ RESOURCE_URL" ;
14+ private readonly allPricesPath : string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/graphs/ RESOURCE_URL" ;
15+ private readonly allPricesBetweenPath : string = "https://cryptowallet.loic-delorme.fr/api/cryptowallet/coinmarketcap/graphs/ RESOURCE_URL/START_DATE/END_DATE" ;
1616
1717 constructor ( private http : HttpClient ) { }
1818
You can’t perform that action at this time.
0 commit comments