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
Sounds pretty cool. I've also noticed some discussions in the Effect Discord about generating a CLI for a HTTP API and that would be possible for effect-http based apps as well. Definitely, feel free to send a PR and we can iterate.
Having a cli might be handy(I'd be happy to create a PR if there's interest. I don't suspect that it would be too much work):
effect-http.config.ts
Dump openapi def to file:
npx effect-http codegen openapi -o api.yml
Start test server:
npx effect-http serve -p 8000
The text was updated successfully, but these errors were encountered: