RESTful-Drupal / restful

RESTful best practices for Drupal
https://drupal.org/project/restful
419 stars 173 forks source link

Is it possible to define dynamic urls? #1019

Open Gonzalo2683 opened 6 years ago

Gonzalo2683 commented 6 years ago

For example: @Resource ( ..... resource = "news / $ dinamic_var" .... )

And then get the value of $ dinamic_var filter the output of the contents

Is it possible in some way?