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

core: use ActionRequest in all core-bots steps #2873

Draft
wants to merge 1 commit into
base: master-lts
Choose a base branch
from

Conversation

Iru89
Copy link
Contributor

@Iru89 Iru89 commented Jul 15, 2024

Description

Create the actionRequest object with everything that has the request in the action at the start of the core-bot.
Use this object for the pre functions of the plugin, the routes and the action. After that create actionResponse to use it in the post function of the plugins.
Finally create and return the botResponse object from the actionResponse used in the plugins post function.

Context

Approach taken / Explain the design

To document / Usage example

Testing

The pull request...

  • has unit tests
  • has integration tests
  • doesn't need tests because... [provide a description]

@Iru89 Iru89 changed the title use ActionRequest in all core-bots steps core: use ActionRequest in all core-bots steps Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant