swagger-api / swagger-api/swagger-codegen
Apex callout failed with NamedCreditential
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Description
Callout failed when using NamedCreditential.
Suggest a fix/enhancement
Replace the original line in method toEndpoint of Swagger.cls:
return '"callout:' + calloutName + toPath(path, params) + query.removeEnd('?') + '""';
With:
return 'callout:' + calloutName + toPath(path, params) + query.removeEnd('?');
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open Swagger.cls and locate the toEndpoint method. Compare its current return value with the requested callout endpoint format, then verify that the generated endpoint works with a NamedCredential and does not include the extra quotation marks.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100