articles__1_0.inc in RESTful 7
File
modules/restful_example/plugins/restful/node/articles/1.0/articles__1_0.incView source
<?php
$plugin = array(
'label' => t('Articles'),
'resource' => 'articles',
'name' => 'articles__1_0',
'entity_type' => 'node',
'bundle' => 'article',
'description' => t('Export the article content type with "cookie" authentication.'),
'class' => 'RestfulExampleArticlesResource',
'authentication_types' => TRUE,
'authentication_optional' => TRUE,
);