wultra / powerauth-restful-integration

Integration libraries used when building PowerAuth protected RESTful
GNU Affero General Public License v3.0
4 stars 4 forks source link

Add converter classes to clean up service instances #490

Open petrdvorak opened 9 months ago

petrdvorak commented 9 months ago

Currently, we do a lot of model conversion in the service classes. Initially, it was not a big deal, but some service classes are too long now. We should introduce converters to keep the code cleaner.