Rest API Call

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
aspsteve
User
Posts: 52

Rest API Call

Post by aspsteve »

We are not able to access Rest API through our generated our application.

After generating the application, the following url is empty.

https://yyy.ABC.com/api

Are we supposed to implement any specific setting in order for the API code to be generated?

Thank you,

Steve


MichaelG
User
Posts: 1095

Post by MichaelG »

Use the swagger UI (Tools -> Advanced Settings -> Use Swagger UI for API) to test the generated API.
https://aspnetmaker.dev/docs/#/tools.ht ... ui-for-api


Post Reply