You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions.json
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,27 @@
211
211
}
212
212
],
213
213
"tags": []
214
+
},
215
+
{
216
+
"name": "stock-api-plumber",
217
+
"title": "Stock Pricing Service with Plumber API",
218
+
"description": "An API allows you to turn your models into production services that other tools and teams can use. APIs are a great way for software engineering teams to use your models without translating them into different languages.",
0 commit comments