Replies: 1 comment
-
hello, it seems I find a way for this. Seems I need to call 'createSdkContext' to re-create the context instead of using the passed in default context. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello team,
Currently we are using the function 'getAllHttpServices' from '@typespec/http' to extract http services from typespec files. Now we are planning to use the versioning decorators in those typespecs to manage versions. Will add 'api-version' in the emitter options as the target version.
I just want to check if 'getAllHttpServices' supports getting specified version of http services from those decorated typespecs (by giving any options?). If not, what is the appropriate way achieving that?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions