Hello,
I successfully use the generator, and it saves a lot of time: thanks
Just one note, our API endpoints are like /api/v1/xxx and the methods generated are v1Xxxx.
For example, /api/v1/projects results on this.apiservice.v1ProjectList().
And it's a bit redundant, because we need to inject v1Serice and call v1ProjectList.
I don't understand why there are both v1 in service name and method, and I don't find how to strip it.
Hello,
I successfully use the generator, and it saves a lot of time: thanks
Just one note, our API endpoints are like
/api/v1/xxxand the methods generated arev1Xxxx.For example,
/api/v1/projectsresults onthis.apiservice.v1ProjectList().And it's a bit redundant, because we need to inject
v1Sericeand callv1ProjectList.I don't understand why there are both v1 in service name and method, and I don't find how to strip it.