You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried this guide and the asynchronous mp rest client guide. I was looking for an example how to stub out a Post with JSON payload. The examples do have POST, but they are odd because they do not post any data. Most POST apis will have payload.
The text was updated successfully, but these errors were encountered:
For the asynchronous mp rest client guide, we will revise it with a better application. If the new application use POST api, we will make sure the api will post data .
Regarding this guide-microprofile-rest-client, the application does not have the POST api. Does this guide or other guide have this POST issue?
I recently tried this guide and the asynchronous mp rest client guide. I was looking for an example how to stub out a Post with JSON payload. The examples do have POST, but they are odd because they do not post any data. Most POST apis will have payload.
The text was updated successfully, but these errors were encountered: