I have a javascript function which make a network call using the axios library.
The function supports for GET and POST.
My requirement is to call the same javascript function from Java, which internally will make a network call using axios.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have a javascript function which make a network call using the axios library.
The function supports for GET and POST.
My requirement is to call the same javascript function from Java, which internally will make a network call using axios.