Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. let
  2. Source = (#"ClubHouse API Node" as text) => let
  3. Source = Json.Document(Web.Contents("https://api.clubhouse.io/api/v2/",
  4. [
  5. RelativePath=#"ClubHouse API Node",
  6. Query=[token="xxxxx"],
  7. Headers=[#"Content-Type"="application/json"]]))
  8.  
  9. in
  10. Source
  11. in
  12. Source
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement