Reputation: 21
We have created an API using .Net core and have created a swagger.json file for all the endpoints. Now I need to integrate the endpoints with my frontend (I am using reactjs for frontend).
I have generated the client via autorest (npmjs.com/package/autorest). Now I want to work with generated client in react. How can I achieve this?
Upvotes: 1
Views: 294