Posted by mwahba on December 6, 2012 at 9:27pm
Services is definitely what I need for giving people API access to my content, but I only want to give access to a single content type. When I go to /endpoint/node it shows everything. I know there's param[type]=typename but I don't want to have that stuck in, if that's removed then all my other content is accessible. How can I enable this restriction?
Comments
Try this
Try this module: http://drupal.org/project/content_access.
Saving the internet, one file at a time.
If I helped, Pay it forward or give me a cookie ;)
That limits a user from
That limits a user from accessing it through both the main site and the API. I only want to limit API access.