I am working on a web service project using c# that needs to detect a RESTful api call from the javascript code extracted from a given html string.
I need to parse the js code and analyze it to get the RESTful api to build a call for it later using c#.
I have read about converting js code into c# classes and found tools like Jurrasic but it does not do what I need.