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

Doc 2.0: Guide for Helidon SE WebClient #1627

Open
ljamen opened this issue Apr 8, 2020 · 1 comment
Open

Doc 2.0: Guide for Helidon SE WebClient #1627

ljamen opened this issue Apr 8, 2020 · 1 comment
Assignees

Comments

@ljamen
Copy link
Contributor

ljamen commented Apr 8, 2020

Environment Details

  • Helidon Version: 2.0
  • Helidon SE

Problem Description

The new Helidon WebClient for Helidon SE 2.0 allows you to perform any HTTP requests to the target endpoint (via GET, PUT, etc.), and handle the provided response in a reactive way. The WebClient’s reactive approach means that you are no longer blocked while waiting for the data.

Review the Medium blog post for a good overview
https://medium.com/helidon/helidon-web-client-72e22f5d509a

The Helidon guides are step-by-step "cookbook" style tutorials that should take a user through a complete use case.

@ljamen ljamen added the docs label Apr 8, 2020
@ljamen ljamen self-assigned this Apr 8, 2020
@m0mus m0mus added the P4 label Apr 9, 2020
@ljamen ljamen closed this as completed Jun 18, 2020
@ljamen ljamen reopened this Jul 21, 2020
@ljamen
Copy link
Contributor Author

ljamen commented Jul 21, 2020

This is for the Web Client GUIDE (not doc). We have an intro topic but not a guide.

http://localhost:8000/#/se/webclient/01_introduction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants