Skip to content

Instantly share code, notes, and snippets.

@appkr
Created September 11, 2017 08:51
Show Gist options
  • Select an option

  • Save appkr/6b6de6070b3f62f4375bcccd0d72d98c to your computer and use it in GitHub Desktop.

Select an option

Save appkr/6b6de6070b3f62f4375bcccd0d72d98c to your computer and use it in GitHub Desktop.
mesh point api swagger generator php config
{
"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