Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

[130] Support for the Message Templates API #3

Closed
wants to merge 5 commits into from

Conversation

iveelsm
Copy link

@iveelsm iveelsm commented Nov 24, 2020

Related Issues

Background

This PR incorporates the client changes for the support of enhanced MFA functionality.

Implementation Details

  • Adds new Message Template methods for interacting with the upcoming APIs, namely:
    • Supports PUT /api/message/template/{id}
    • Supports GET /api/message/template/{id}
    • Supports GET /api/message/template
    • Supports POST /api/message/template
    • Supports DELETE /api/message/template
    • Supports PATCH /api/message/template/{id}
    • Supports POST /api/message/template/preview
  • Adds new Domain objects and responses for the upcoming APIs, namely:
    • io.fusionauth.domain.api.MessageTemplateRequest
    • io.fusionauth.domain.api.MessageTemplateResponse
    • io.fusionauth.domain.api.PreviewMessageTemplateRequest
    • io.fusionauth.domain.api.PreviewMessageTemplateResponse
    • io.fusionauth.domain.message.MessageTemplate
    • io.fusionauth.domain.message.Message

@iveelsm iveelsm added the enhancement New feature or request label Nov 24, 2020
@iveelsm iveelsm self-assigned this Nov 24, 2020
@robotdan
Copy link
Member

Can this be closed out? We are just using the feature branch for this code I believe?

@iveelsm
Copy link
Author

iveelsm commented Apr 5, 2021

@iveelsm iveelsm closed this Apr 5, 2021
@robotdan robotdan deleted the message-templates branch June 7, 2021 20:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants