mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-01 16:03:41 +00:00
* Added mustache file for namedCredentials * Removed Basic and OAuth from Apex API in favor of NamedCredentials * Moved old README to README for ant deployment * Added SFDX OSS descriptor * Removed remoteSite mustache * Changed package.xml from RemoteSite to NamedCredential * Update ApexClientCodegen to support SFDX and namedCredentials * Created initial README for Salesforce DX * Ran Petstore test for Apex commit * Fixed error in README mustache
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
{
|
|
"sfdxSource": true,
|
|
"version": "1.0.0",
|
|
"sourceFolder": "src/",
|
|
"folders": [
|
|
"src/classes"
|
|
],
|
|
"files": [
|
|
]
|
|
} |