Skip to content

Instantly share code, notes, and snippets.

View hmbouk's full-sized avatar

Howard Bouk hmbouk

View GitHub Profile
@gboudreau
gboudreau / AuthyToOtherAuthenticator.md
Last active July 29, 2024 10:33 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy
@hmbouk
hmbouk / monday-GraphQL-PowerBI.m
Last active March 19, 2024 13:14 — forked from yuhgto/outdated-monday-GraphQL-PowerBI.m
Loading GraphQL data (monday.com API v2) into PowerBI
// Playing around with a PowerBI query to pull data from monday.com into PowerBI
// This can come in handy when building PowerBI reports that utilize GraphQL endpoints for loading data.
let
Source = Web.Contents("https://api.monday.com/",
[
RelativePath="v2",
Headers=[
#"Method"="POST",
#"Content-Type"="application/json",