Currently, the library doesn't do much work on the path name received from swagger. As an example, it converts POST: /queue/{id}/enqueue_player to something like PostQueuesIdEnqueue_player. I think I'd like that to be PostQueuesIdEnqueueGroup, which seems like a good default for the library. Mind if I send a pull request for this?
Currently, the library doesn't do much work on the path name received from swagger. As an example, it converts POST: /queue/{id}/enqueue_player to something like PostQueuesIdEnqueue_player. I think I'd like that to be PostQueuesIdEnqueueGroup, which seems like a good default for the library. Mind if I send a pull request for this?