Dumped API configuration files are currently quite long and difficult to read. A "minimal settings" API produces a json file with 457 lines. If tyk-sync dump --terse had the option to ONLY dump the lines where the settings differ from defaults I suspect an API definition could be completed in about 20 lines
Just by eyeballing, I'm guessing this is about as minimal as it can get:
This will make it FAR easier for developers to read and understand the salient parts of an API definition which will reduce overall cognitive load and improve overall usability.
Link to community thread on the same topic: https://community.tyk.io/t/feature-request-please-allow-a-tyk-sync-dump-to-produce-a-minimal-output/6144/2
Dumped API configuration files are currently quite long and difficult to read. A "minimal settings" API produces a json file with 457 lines. If
tyk-sync dump --terse
had the option to ONLY dump the lines where the settings differ from defaults I suspect an API definition could be completed in about 20 linesJust by eyeballing, I'm guessing this is about as minimal as it can get:
This will make it FAR easier for developers to read and understand the salient parts of an API definition which will reduce overall cognitive load and improve overall usability.