Unless I'm missing something, there doesn't seem to be a way to use this plugin with endpoints that have variables in them like (?P<id>[\d]+).
For example try to use this plugin to fetch details about a specific post. There doesn't seem to be a way to do it as you can't properly pass the post ID.