bastians

Results 4 issues of bastians

Is it possible to mark a filter as required that the API throws an error when the filter is used but no parameter is given in the request?

enhancement

Wrong price is delivered when using `=GECKOPRICE("THOR";"USD")` The price for https://www.coingecko.com/en/coins/thorswap is delivered instead of https://www.coingecko.com/en/coins/thor When I do this API request I get the right price: https://api.coingecko.com/api/v3/simple/price?ids=thor&vs_currencies=usd ``` {...

To be able to update the main doge.php file without overwriting the config settings, it makes sense to have an own config file. The config.php is ignored by git and...