fetchForgeModules
open suspend override fun fetchForgeModules(baseUrl: String, authorization: BasicHttpAuthorization?): List<ForgeModuleRaw>(source)
Loads SDAI data through fetchForgeModules.
Return
Result produced by fetchForgeModules.
Author
Dmitriy Moroz
Parameters
baseUrl
base url value consumed by the API.
authorization
authorization value consumed by the API.