RESTful-Drupal / restful

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

Item Url gives 404 #1048

Open kporras07 opened 5 years ago

kporras07 commented 5 years ago

Hi there, I'm working with this module, I managed to get a resource working on the index (/api/v1.0/users); but I can't make it work for a given user (/api/v1.0/users/1). Is there something I'm missing? I tried it with my custom resource and now I'm trying it with default users resource and the result is the same; if I use the url given on the "self" field I get page not found. Any idea?

Thanks in advance,