acacode / acacode/swagger-typescript-api
Strange method name
Open
enhancement
good first issue
- Dominant language
- TypeScript
- Stars
- 4.1k
- Forks
- 436
- PR merge metrics
- No merged PRs in 30d
Description
Several of our methods has a number after there name:
```
searchConsumption1 = (data: { filters?: CreditOperationFilters; pageable?: Pageable }, params?: RequestParams) =>
```
Ok we have this method in another class but not in the same class. We generate API with `modular`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.