API Converter
iPad / developpeurs
Using the API Converter application, you can easily and quickly, literally with the click of your fingers, convert REST APIs into various formats. Namely:
- snake_case to kebab-case;
- snake_case to camelCase;
- kebab-case to snake_case;
- kebab-case to camelCase;
- camelCase to snake_case;
- camelCase to kebab-case;
Moreover, you can designate the type, data type (if it is specified in the API description), add default values, as well as the description itself in the form of a comment.
Thus, in a couple of mouse clicks you can create almost ready-made models of data received or sent using the API.
Quoi de neuf dans la dernière version ?
- added Array auto-detection;
- added Dictionary auto-detection;
- added the ability to set the API value to nil;
- minor cosmetic fixes and improvements;