Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-generate client with latest swagger definition #88

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

joshkeegan-form3
Copy link
Contributor

Includes the re-addition of the ResourceType enum.

Proof of Work

(deps) joshkeegan@FORM3-JOSHKEEGAN go-form3 % make test
go test -v -race -cover ./pkg/form3
=== RUN   TestRequestSigningAuth
--- PASS: TestRequestSigningAuth (0.30s)
=== RUN   TestWithUserAgent
=== RUN   TestWithUserAgent/Default
=== RUN   TestWithUserAgent/Custom_User_Agent
--- PASS: TestWithUserAgent (0.42s)
    --- PASS: TestWithUserAgent/Default (0.01s)
    --- PASS: TestWithUserAgent/Custom_User_Agent (0.01s)
=== RUN   TestTokenAuth
--- PASS: TestTokenAuth (0.99s)
=== RUN   TestMTLS
--- PASS: TestMTLS (0.02s)
=== RUN   TestQueryPayments
--- PASS: TestQueryPayments (1.27s)
=== RUN   TestPaymentFromJsonFile
--- PASS: TestPaymentFromJsonFile (0.00s)
=== RUN   TestPaymentToJson
--- PASS: TestPaymentToJson (0.00s)
=== RUN   Test_ResponseInterface
--- PASS: Test_ResponseInterface (0.00s)
=== RUN   TestCreateSubscriptionsDeprecatedCallbackUriParams
--- PASS: TestCreateSubscriptionsDeprecatedCallbackUriParams (0.69s)
=== RUN   TestCreateSubscriptionsNewCallbackUriParams
--- PASS: TestCreateSubscriptionsNewCallbackUriParams (0.50s)
=== RUN   TestCreateSubscriptionsNewCallbackUriParamsHttpAwsPrivate
--- PASS: TestCreateSubscriptionsNewCallbackUriParamsHttpAwsPrivate (0.65s)
=== RUN   TestListSubscriptions
--- PASS: TestListSubscriptions (0.10s)
PASS
coverage: 75.5% of statements
ok      github.com/form3tech-oss/go-form3/v7/pkg/form3  6.368s  coverage: 75.5% of statements

Was causing problems with the latest models by trying to cast a strfmt.DateTime to a string.
@joshkeegan-form3 joshkeegan-form3 requested a review from a team as a code owner December 2, 2024 17:53
@joshkeegan-form3 joshkeegan-form3 merged commit 25f2085 into master Dec 3, 2024
1 check passed
@joshkeegan-form3 joshkeegan-form3 deleted the jk-resource-type branch December 3, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants