I have an application built using Rails 5 API mode with Angular (new) on the front. The Rails app is there to get params from an http call from Angular and use a Ruby SDK to make an API call to an external provider. That provider is dropping support for the Ruby SDK, although they provide a Node SDK to do the same.
Can I use Rails to actuate the Node SDK in node modules to make that call? If so, how can you have a Rails controller or service speak to a JS node module SDK?
via Joel
No comments:
Post a Comment