Skip to content

Draft: AST-1387 Rename GetXxxResponse -> CreateXxxResponse

Maik Nijhuis requested to merge ast-1387-createxxxresponse into master

Rename GetPointResponse and GetGriddedResponse to CreatePointResponse and CreateGriddedResponse, since those names are more appropiate: Instead of returing existing Reponse objects, these functions always create new Response objects.

Add forwarding functions with the old name for backwards compatibility, since they are part of the public API.

Edited by Maik Nijhuis

Merge request reports