loopback/node_modules/resource/example/example.js

12 lines
256 B
JavaScript
Raw Normal View History

2013-04-09 18:33:29 +00:00
/**
* A generated `Resource` example...
*
* Examples should show a working module api
* and be used in tests to continously check
* they function as expected.
*/
var Resource = require('../');
var resource = Resource.create();
resource.myMethod();