Created
September 11, 2017 08:51
-
-
Save appkr/6b6de6070b3f62f4375bcccd0d72d98c to your computer and use it in GitHub Desktop.
mesh point api swagger generator php config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "variableNamingConvention": "camelCase", | |
| "packagePath": "meshkorea/mesh-point-api", | |
| "invokerPackage": "Mesh\\PointApi", | |
| "modelPackage": "Model", | |
| "apiPackage": "Service", | |
| "srcBasePath": "src/", | |
| "gitUserId": "meshkorea", | |
| "gitRepoId": "mesh-point-api", | |
| "composerVendorName": "meshkorea", | |
| "composerProjectName": "mesh-point-api" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment