Home

Awesome

Hawaii - PetStore sample

This repository shows an example of using Hawaii to generate a type-safe F# client for the standard PetStore API and using that client from a simple console application.

Run the sample

dotnet restore
dotnet run

Regenrate the PetStore client

install hawaii locally on your machine:

dotnet tool install hawaii -g

Then run the following in the root directory

hawaii