adobe-javascript-http-client
adobe-javascript-http-client copied to clipboard
Simple HTTP client library written in JavaScript to be used in Adobe programs (such as Indesign).
Results
1
adobe-javascript-http-client issues
Sort by
recently updated
recently updated
newest added
I could be overlooking something obvious, but when I run this: ``` var data = $http({ method: 'POST', payload: { username: "My Webhook Name", content: "The message to send" },...