Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should be able to declare a resource as a single thing. #21

Open
blakewest opened this issue Jan 21, 2015 · 0 comments
Open

Should be able to declare a resource as a single thing. #21

blakewest opened this issue Jan 21, 2015 · 0 comments

Comments

@blakewest
Copy link
Contributor

You should be able to do something like...

Facade.resource({
  name: 'user',
  url: '/api/user',
  singleton: true
});

And this would make all the rest routes WITHOUT ids. So everything would just be '/api/user', and there wouldn't be an "index" action, per se.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant