swagger-api / swagger-api/swagger-codegen

Apex callout failed with NamedCreditential

Open Beginner friendly
#10,969 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.