hippo icon indicating copy to clipboard operation
hippo copied to clipboard

Generate swagger.json locally

Open bacongobbler opened this issue 2 years ago • 1 comments

Right now, the process to update hippo-openapi's swagger.json is the following:

  1. Run the development server
  2. Fetch the swagger.json from /swagger/v1/swagger.json
  3. Re-generate the OpenAPI clients

We could make this better by having dotnet build re-generate a swagger.json file locally.

bacongobbler avatar Apr 13 '22 16:04 bacongobbler