This package contains all the scenarios that should be supported by a client & service generator.
- FOLLOW THE MONOREPO INSTRUCTION to get the environment setup.
- Scenarios should be in
./specs
folder
Docs on writing scenarios specs
pnpm run validate-scenarios
pnpm run validate-mock-apis
This will start the server using the mock apis. When writing a mock api use this command to start the server.
pnpm run serve
pnpm change version --only "@typespec/http-specs"
Push the changes in branch named after the pattern publish/xyz
. Once merged, the package will be auto-released.