We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The api refactoring #1405 introduced a new way of writing APIs. The following two files have not been transformed yet since the change set was already massive: https://github.com/geopython/pygeoapi/blob/master/pygeoapi/api/__init__.py#L689 https://github.com/geopython/pygeoapi/blob/master/pygeoapi/admin.py#L160%7C
As mentioned in this comment in the review of the PR, these should now be addressed: #1405 (comment)
Transforming the so would allow us to delete some code such as @pre_process and APIRequest.with_data and have a more uniform code base.
@pre_process
APIRequest.with_data
The text was updated successfully, but these errors were encountered:
totycro
tomkralidis
No branches or pull requests
The api refactoring #1405 introduced a new way of writing APIs. The following two files have not been transformed yet since the change set was already massive:
https://github.com/geopython/pygeoapi/blob/master/pygeoapi/api/__init__.py#L689
https://github.com/geopython/pygeoapi/blob/master/pygeoapi/admin.py#L160%7C
As mentioned in this comment in the review of the PR, these should now be addressed: #1405 (comment)
Transforming the so would allow us to delete some code such as
@pre_process
andAPIRequest.with_data
and have a more uniform code base.The text was updated successfully, but these errors were encountered: