Forum Discussion
No RepliesBe the first to reply
Related Content
- 10 months ago
- 7 years ago
- 4 years ago
Recent Discussions
- 2 days ago
- 3 days ago
- 19 days ago
Already have a project using swagger+node.js, now I need to call a stored procedure and pass in parameters, I just have no idea how to integrate it with my existing code (separate POC project works fine). Sample swagger doc or nodejs code will be sufficient, as long as it is sample /psudo code to make a connection to real mssql DB. All the examples I found are using in-memory JSON to mimic CRUD POST/GET, but I need to see how it is set up in swagger or node. Thanks in advance.