Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
at main 8 lines 237 B view raw
1// eslint-disable-next-line no-undef 2var res = http.post('http://localhost:1986/' + SERVER_PATH, { 3 headers: {'Content-Type': 'text/plain'}, 4 body: '', 5}) 6 7// eslint-disable-next-line no-undef 8output.result = json(res.body).appviewDid