Skip to content

Instantly share code, notes, and snippets.

@vikrantyadav11
Created May 6, 2024 07:58
Show Gist options
  • Save vikrantyadav11/1cb150a62b9326133b2cf5099aa97183 to your computer and use it in GitHub Desktop.
Save vikrantyadav11/1cb150a62b9326133b2cf5099aa97183 to your computer and use it in GitHub Desktop.
def results = get("https://api.restful-api.dev/objects")
.asObject(List)
.body as List<Map>
def objectDetails = results.collect { "${it.id}: ${it.name}" }
return objectDetails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment