From 0fc4f829f268fec4153c7f5f3b28fa72dcb8e01a Mon Sep 17 00:00:00 2001 From: Francesco Frassinelli Date: Sun, 26 Feb 2023 22:57:09 +0100 Subject: [PATCH] Accept additional arguments for get(...) (#1154) --- pygeoapi/provider/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygeoapi/provider/base.py b/pygeoapi/provider/base.py index 41f2c0a..2d5ecd8 100644 --- a/pygeoapi/provider/base.py +++ b/pygeoapi/provider/base.py @@ -131,7 +131,7 @@ class BaseProvider: raise NotImplementedError() - def get(self, identifier): + def get(self, identifier, **kwargs): """ query the provider by id