Repurposed from old issue for updating ogd-core version. Instead, we are going to remove the ogd-core dependency. Only a few APIs make use of ogd-core functions, and ogd-api-utils only uses core to include functions for turning one of core's export result objects into an APIResponse.
This functionality should just be done downstream as an augment to APIResponse, rather than forcing all APIs to depend on core.
Primarily, this just requires updating the reqs file, and re-enabling (and updating) the gen_interface function from APIUtils class.
Work obviously won't begin until ogd-core 1.0 is released.
Repurposed from old issue for updating
ogd-coreversion. Instead, we are going to remove theogd-coredependency. Only a few APIs make use ofogd-corefunctions, andogd-api-utilsonly usescoreto include functions for turning one ofcore's export result objects into anAPIResponse.This functionality should just be done downstream as an augment to
APIResponse, rather than forcing all APIs to depend oncore.Primarily, this just requires updating the reqs file, and re-enabling (and updating) thegen_interfacefunction fromAPIUtilsclass.Work obviously won't begin until ogd-core 1.0 is released.