Calling 2 api at a time with springboot [closed] - java

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
I have fetch button and i want to call 2 api when i clicked on that button and give response. Anyone know how to call multiple api at a time. I have tried using rest templet.anyone help please with code

Related

I want to send direct message to instagram account provided through my android application in android studio [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 days ago.
Improve this question
I want to send fixed direct message to provided instagram user id through my android application in java.
Not got solution yet anywhere.

Calling sql function in api.. How to call in spring boot [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
I hve function which have 1 parameter in request and gives multiple parameters in response from different tables.. I want to call that function and show response im spring boot.. Anyone help pls
Controller service repository layer

How to evaluate user policy via API for a given set of users [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I want to evaluate user policies for a particular user or list of users, is there any API available to perform the same in OIM 11gR2PS3?
you can use oracle.iam.accesspolicy.api.AccessPolicyService.evalutePoliciesForUser() OIM API which can be used for the same. Here is the code snippet for the same.

How to make string as Hyperlink using java [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
i want to show like ..i have taken one string vale="D://App//Test"
and this path have to make as Link.if i click on this this window path wil open.How to do.Can you please suggest me.
Using java.nio.file:
Paths.get("D://App//Test").toRealPath().toUri().toURL();

How to make a refresh button in eclipse for an android application? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I wan to make a refresh button to refresh / update for the page when i press it. but i not sure how to do it. Pls give me some help.
You can reference http://www.vogella.com/tutorials/AndroidActionBar/article.html Look at section 5.3. But what are you trying to do. Have you written any code.

Categories

Resources