feat: update SDK for v505 module versioning and enhance form encoding support#72
Open
fern-api[bot] wants to merge 1 commit intomainfrom
Open
feat: update SDK for v505 module versioning and enhance form encoding support#72fern-api[bot] wants to merge 1 commit intomainfrom
fern-api[bot] wants to merge 1 commit intomainfrom
Conversation
… support Updates all import paths from github.com/tryVital/vital-go to github.com/tryVital/vital-go/v505 to support versioned Go modules. Adds comprehensive form URL-encoded request body support for endpoints that require application/x-www-form-urlencoded content type. Key changes: - Update all import paths to use v505 module versioning - Add form URL-encoded body encoding support in HTTP client - Update lab report parser to support multiple file uploads - Add new helper functions for form data serialization 🌿 Generated with Fern
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Version Bump: Import paths changed from github.com/tryVital/vital-go to github.com/tryVital/vital-go/v505, requiring consumers to update their import statements.
BiomarkerResultandLabResultsRawtypes. Enhanced order management includes transaction tracking, clinical notes, and parsing job events for lab report processing workflows.github.com/tryVital/vital-gotogithub.com/tryVital/vital-go/v505. Additionally, type references have changed from thevitalgopackage tov505(e.g.,vitalgo.ClientFacingLabTestis nowv505.ClientFacingLabTest).github.com/tryVital/vital-go/*togithub.com/tryVital/vital-go/v505/*. Update your imports to use the new versioned paths. The API surface remains unchanged.github.com/tryVital/vital-gotogithub.com/tryVital/vital-go/v505. Update your import statements and type references fromvitalgo.*tov505.*to continue using the SDK.github.com/tryVital/vital-gotogithub.com/tryVital/vital-go/v505. Update your import statements to use the new versioned path. All existing APIs and functionality remain unchanged.github.com/tryVital/vital-gotogithub.com/tryVital/vital-go/v505. All type references should change fromvitalgo.*tov505.*(e.g.,vitalgo.Userbecomesv505.User). Function signatures and behavior remain unchanged.github.com/tryVital/vital-gotogithub.com/tryVital/vital-go/v505and change package alias references fromvitalgotov505.GetTransaction()), retrieving lab results (GetTransactionResult()), and downloading result PDFs (GetTransactionResultPdf()). Additionally, a newBytes()utility function is available for creating pointers to byte slice values.