zoho / zohocrm-csharp-sdk-6.0

Apache License 2.0
2 stars 2 forks source link

Why does this project have a lot of repeated code #4

Closed rjs5327 closed 10 months ago

rjs5327 commented 10 months ago

ResponseHandler for example is repeated in alot of the folders and has nothing in it.

API Exception is nearly identical in most of the folders, interfaces are called out but why not inherit the class instead of repeating the code. Or just use a master API Exception in the base layer.

Is this code autogenerated or something.

raja-7453 commented 10 months ago

@rjs5327 Thank you for your contribution. Except for Util and Oauth2 is generated automatically.