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
@@ -250,7 +258,9 @@ Note: The following product types do not require IPFS content:
250
258
- sherlockBugBounty
251
259
- immunefiBugBounty
252
260
253
-
For a complete list of products and product types, see [products.json](https://sdk.nexusmutual.io/data/products.json) and [product-types.json](https://sdk.nexusmutual.io/data/product-types.json).
261
+
For a complete list of products and product types, use the API endpoints:
262
+
`GET https://api.nexusmutual.io/v2/products` and `GET https://api.nexusmutual.io/v2/product-types`,
263
+
or the `ProductAPI.getAllProducts()` and `ProductAPI.getAllProductTypes()` helpers.
0 commit comments