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
Right now if I use feature/v2 to fetch all products, it gives out an array of products.
Instead, it should blurt out whatever comes out from the Vend APIs, i.e., array of products along with min and max version numbers of the data.
The text was updated successfully, but these errors were encountered:
I don't think that additional properties would break the code for someone who has been using it to only view the array of products. @pulkitsinghal It will break the code for them. Their arrays will be now contained in response.data instead of just response
Right now if I use
feature/v2
to fetch all products, it gives out an array of products.Instead, it should blurt out whatever comes out from the Vend APIs, i.e., array of products along with min and max version numbers of the data.
The text was updated successfully, but these errors were encountered: