non-conflicting-method-name
Overview
This rule belongs to the apimatic-codegen-validation ruleset and states that:
Method names in an endpoint group must be unique when letter casing and symbols are ignored.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | One or more endpoints have the same method name in an endpoint group which is not allowed. |
| Code | APIMATICCODEGEN_V044 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Endpoints |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | apimatic code generation codegen sdks portal docs validation apimatic method name endpoint |
Suggested Fixes
- Names are compared in a case-insensitive manner to prevent issues during Code Generation.
- Assign unique names to methods within a group to avoid this issue.
- Method names are used only for generating names of methods in SDKs and are an alternative to endpoint names.