You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a protocol that could be described in JSON structure to automate generation of the provider and all the models. Based on your JSON code, you should be able to generate current Swift code.
It has to be extendable and support many formats for models and routes and use Moya provider as networking layer.
Define a protocol that could be described in JSON structure to automate generation of the provider and all the models. Based on your JSON code, you should be able to generate current Swift code.
It has to be extendable and support many formats for models and routes and use
Moyaprovider as networking layer.Example in TypeScript: https://github.com/trustwallet/web-core/blob/master/packages/rpc/src/cosmos/CosmosRPC.ts
Additional:
Provider:
Models