You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ultimately, we will want to wire up our code generation executable to the autorest Typescript tool so that you can generate an SDK using something like autorest --input-file=swagger.json --swift.
Ultimately, we will want to wire up our code generation executable to the autorest Typescript tool so that you can generate an SDK using something like
autorest --input-file=swagger.json --swift
.This will involve writing code to communicate with AutoRest's JSON-RPC protocol (perhaps something like https://github.com/kolyasev/SwiftJSONRPC)
Note that I don't think this would be a blocking issue for our first preview. We could run the steps manually.
The text was updated successfully, but these errors were encountered: