snaphy / snaphyBackend

Snaphy Backend Template for all cloud tech
3 stars 0 forks source link

Implement a method using `string` name for REST implementation? #24

Open robinskumar73 opened 8 years ago

robinskumar73 commented 8 years ago

In this way you can use all your methods without having to use any sdk or anything.

  1. All your file will get host at one single route and there will be methods instead of any route that mehtods will have name of create, find in things way things will be most object oriented instead of being REST implementation.