Joseph Cass
Joseph Cass
I think there's intentionally a subtle difference and some endpoints are meant to be "users" and some "user".
Oh I think I see the issue now. Whilst #612 fixed `GET /user` and `PUT /user` it broke `POST /users` (which should be `POST /users`, not `POST /user`). Is that...
Thanks for your response @leonard84 `toString()` was just an example. I’ve found it happens for other methods too. I would expect either: - method invocations to count the same whether...