Alberto Moio
Alberto Moio
> Impressive. Unfortunately, since you copied all files, I cannot see the needed changes. Can you somehow summarize what needs to be changed? Hi filak-sap, we had to create a...
> Is there a way how to avoid huge code duplications? Yes, in my option there is possibility to avoid creation of files (async_client, asyncService) rebuilding the existent methods.
@filak-sap we published a new version without duplication. The version is in this branch: https://github.com/Albo90/python-pyodata/tree/no_duplication_v1. The library has a little syntax changement when it is used with async (pay attention...
Hi @phanak-sap, 1. The expression was about first version when we created async_client and async_service duplicating a lot of code. 2. We are working about test code, we are studying...