We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Introduce <rest> tag , example of pulling "rotten tomatoes" movie list
<rest>
<rest id="res" verb="get" address="http://api.rottentomatoes.com/api/public/v1.0/movies.json?q=love&page_limit=11&page=1&apikey=${apiKey}" /> <print>Rotten Tomatoes</print> <print><toXml>${res}</toXml></print> <!-- traverse the response --> <iterate list="${res.body.movies}"> <print>${var.title} (${var.year}) ${var.ratings.audience_score}</print> </iterate>
The text was updated successfully, but these errors were encountered:
added in 1.8 release
Sorry, something went wrong.
niuxuetao
No branches or pull requests
Introduce
<rest>
tag , example of pulling "rotten tomatoes" movie listThe text was updated successfully, but these errors were encountered: