strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

Add new API for finding/disabling remote methods #336

Closed bajtos closed 8 years ago

bajtos commented 8 years ago

This is a back-port of #275 excluding the deprecation warnings.

If we included deprecation warnings, then I think tools like loopback-swagger and loopback-sdk-angular will start reporting these deprecations, because IIRC they are still using the old API. Thus I think it's better to buy us more time by not deprecating the old methods yet.

@0candy please review cc @Amir-61 @davidcheung

0candy commented 8 years ago

LGTM. Needs rebasing.