By mwahba on
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.
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.