webapi-parser
webapi-parser copied to clipboard
JavaScript-friendly method names
It feels a bit weird to have an interface with method names like withEndPoint() in JavaScript. addEndpoint() or appendEndpoint() for example would be more appropriate naming patterns.
Caveats:
- we don't control those names since it's all in AMF
- should we add method with the right names that point to those methods? if so, how can it be maintained easily?