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
A basic .Net Core microservice container with a REST API that calls and recieves JSON data from another API, deserializes it to be able to modify it, and returns the modified response. Swashbuckle and Swagger is setup to self-document the API.