microsoft / microsoft/typespec
Need spector scenario for server decorator using parameters
Open
lib:http-specs
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
As an example,
```
@server(
"https://{region}.codesigning.azure.net/",
"Sign and retrieve relevant information pertaining signing process.",
{
@doc("The Azure region wherein requests for signing will be sent.")
region: string,
}
```
Contributor guide
Assessment
This issue has not been assessed yet.