Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 186 Bytes

Java-Unirest.md

File metadata and controls

5 lines (5 loc) · 186 Bytes
HttpResponse<String> response = Unirest.get("https://api.storyblok.com/v1/cdn/stories/home?token=xs8KfuZGvQVOM824AFUQDQtt")
  .header("cache-control", "no-cache")
  .asString();