Skip to content

Fix #818 - Merge REST and OPENAPI operations, introduce HTTP functions #840

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

Merged
merged 6 commits into from
May 15, 2024

Conversation

ricardozanini
Copy link
Member

@ricardozanini ricardozanini commented May 10, 2024

Many thanks for submitting your Pull Request ❤️!

Please specify parts of this PR update:

  • Specification
  • Schema
  • Examples
  • Extensions
  • Roadmap
  • Use Cases
  • Community
  • TCK
  • Other

Discussion or Issue link:

Closes #818

What this PR does / why we need it:

In this PR, we merged the old rest and openapi functions into one. Now we can inline the openapi definition in the operation attribute. To facilitate making HTTP simple calls, one can now use the new http to mimic a curl-like operation.

Updated schemas and add a new example.

Special notes for reviewers:

Additional information:

@ricardozanini
Copy link
Member Author

@cdavernas @JBBianchi @fjtirado please take a look.

@ricardozanini ricardozanini added change: documentation Improvements or additions to documentation. It won't impact a version change. change: feature New feature or request. Impacts in a minor version change examples labels May 10, 2024
Copy link
Member

@cdavernas cdavernas left a comment

Choose a reason for hiding this comment

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

Perfect! Cheers!

@cdavernas cdavernas merged commit fbb9e2f into serverlessworkflow:main May 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change: documentation Improvements or additions to documentation. It won't impact a version change. change: feature New feature or request. Impacts in a minor version change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorporate "rest" and "openapi" functions into "openapi"
2 participants