It's possible that I am missing something obvious and if that's the case I apologize but currently the url_locator field under the poll section is somewhat limited compared to the read_path option under the restful_resource
This use case would be Gitlab where the api status url is not returned by the initial create and instead of a separate path
This would not work and instead body.id would need to start the url_locator path
It's possible that I am missing something obvious and if that's the case I apologize but currently the
url_locator
field under thepoll
section is somewhat limited compared to theread_path
option under therestful_resource
This use case would be Gitlab where the api status url is not returned by the initial create and instead of a separate path
This would not work and instead
body.id
would need to start theurl_locator
pathHowever using the following under the
restful_resource
resource works as expected.Ideally
restful_operation
would support the same path style and flexibly asrestful_resource