simpens
❔ Making my own API
Hi, iv recently started with API's and I'm wondering where I should start my research, experimentation when I want to setup an own API to my own domain / website.
I'm currently using Swagger to make my API, and the API link then becomes "https://localhost:7176/WeatherForecast?x=12" But i want it to instead be "https://mydomain.domain/WeatherForecast?x=12". Where do I start?
16 replies