This repository was archived by the owner on Jun 19, 2024. It is now read-only.
forked from elixir-soap/soap
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ap#98) Co-authored-by: Jim Denton <denton.jim@gmail.com>
Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the source of truth for this Elixir library and leverage on latest features of ExDoc.
…-soap#103) * Update Xsd.parse to accept request opts This enables the caller to pass along SSL options for the HTTP client. * Add :skip_type_imports option This enables the caller to skip XSD fetching for importing types. Sometimes it can be handy to skip XSD importing if the client's XSD is invalid or non-existent and improperly returning HTML.
Co-authored-by: Petr Stepchenko <nitrinodev@gmail.com>
* adds ability to pass arbitrary url in opts for testing * add `endpoint` option to `init_model` documentation Co-authored-by: Zachary Thomas <zdcthomas@yahoo.com>
* Swap to Github Actions * update * mix format * add dialyzer
dfb8805
to
6348b1f
Compare
6348b1f
to
83f2db9
Compare
IzzyElwyn
approved these changes
Oct 24, 2023
For posterity: This change was apropos ITP-9142 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pulls in the last two years of changes from upsteam.