python-simple-rest-client
python-simple-rest-client copied to clipboard
Extending resource default actions
Great project @allisson. How do I extend a Resource's actions without replacing the default endpoints entirely? I.e. I've seen the documentation for the Github example with create EventResource with custom actions -- but defining the actions that way eliminates the default create/destroy etc.
Doesn't seem to be a way of doing that currently. https://github.com/allisson/python-simple-rest-client/blob/master/simple_rest_client/resource.py#L28