You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we require endpoints to have tags parameter set. For endpoint having tags = List("Test tag") we generate file Request/TestTag.elm with api client method calling that endpoint.
We should also support code generation without tags parameter set, grouping them with some root, default file.
The text was updated successfully, but these errors were encountered:
Currently, we require endpoints to have
tags
parameter set. For endpoint havingtags = List("Test tag")
we generate fileRequest/TestTag.elm
with api client method calling that endpoint.We should also support code generation without tags parameter set, grouping them with some root, default file.
The text was updated successfully, but these errors were encountered: