-
Notifications
You must be signed in to change notification settings - Fork 58
New documentation for v0.4.0 release #133
base: master
Are you sure you want to change the base?
Conversation
….0_docs Conflicts: README.md
overview). Use GitHub friendly URLs.
looking good. I've been going through the code trying to figure out how to use my swagger one hiccup I've come across is that pacto is optimized for consumer driven contracts, where you have a service, and you want to generate contracts from its behavior. This can't (easily) work for me as I'm testing my apis using rack-test, and no requests are actually made. I've been interested in documentation-driven contracts (which pacto references) wherein I spec out a swagger resource when I can then use as a contract, for code generation, etc., but this approach doesn't seem supported in any libraries I've seen. The new Pacto::Formats::Swagger seems to be the most likely candidate to go in that direction. |
I'm guessing pacto isn't under active development any more? |
No description provided.