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

Mailgun release - DO NOT MERGE #150

Closed
wants to merge 12 commits into from
Closed

Conversation

asein-sinch
Copy link
Collaborator

This is the target implementation of what should be generated from the OAS and the configuration.
There is a change in the API design, where the path parameters are now part of the request parameters and not in the request data object.
The models are also declined in a SDK version and an API version with associated transformer methods.

examples/simple-examples/package.json Show resolved Hide resolved
examples/simple-examples/src/mailgun/emails/getEmail.ts Outdated Show resolved Hide resolved
import { OverrideProperties } from '../override-properties';
import FormData = require('form-data');

export type MessageContentWhereHtmlContentCanBeInlineOnly = {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • SendEmailRequestWithoutTemplate
  • SendEmailRequestBasic
  • SendEmailRequestSimple
    ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the comment on the other type name ⬇️

packages/mailgun/src/rest/v1/emails/emails-api.ts Outdated Show resolved Hide resolved
Copy link

@JPPortier JPPortier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved and according to our discussion we will need to think again about naming before releasing/GA

@JPPortier
Copy link

Are you sure for destination branch ?

@asein-sinch asein-sinch changed the title DEVEXP-642: Implement Mailgun Messages endpoints Mailgun release - DO NOT MERGE Dec 12, 2024
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