This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nyan = (function() { | |
var MP3_SRC = "https://rawcdn.githack.com/jimpo/nyancat/b5d9706593896a84db3e06e55a0bce63c29dbe00/nyancat.mp3"; | |
var IMG_SRC = "https://rawcdn.githack.com/jimpo/nyancat/b5d9706593896a84db3e06e55a0bce63c29dbe00/nyancat.gif"; | |
var STEP_SIZE = 25; | |
var audio, body, img, targetX, targetY, mouseX = 0, mouseY = 0; | |
function createAudioElement() { | |
audio = document.createElement('embed'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// REQUEST | |
{ | |
"entries": [ | |
{ | |
"taxRate": 100, | |
"discountRate": 50, | |
"shippingAmount": 20, | |
"description": "This is the first line item", | |
"details": "Additional details", | |
"quantity": "2", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /odata/schools?BusinessId=cjsjfvj080001mw3b1do8sfxe HTTP/1.1 | |
Host: localhost:44326 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Http Post | |
* Endpoint: https://www.etsemoney.com/hp/v3/adapaters | |
* Method: Create Payment Instrument | |
*/ | |
/* | |
* Request Body | |
*/ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Http Post | |
* Endpoint: https://www.etsemoney.com/hp/v3/adapaters | |
* Method: Sign In | |
*/ | |
/* | |
* Request Body | |
*/ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this is some text ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Http Post | |
* Endpoint: https://www.etsemoney.com/hp/v3/adapaters | |
* Method: Refund | |
*/ | |
/* | |
* Request Body | |
*/ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Http Post | |
* Endpoint: https://www.etsemoney.com/hp/v3/adapaters | |
* Method: Charge | |
*/ | |
/* | |
* Request Body | |
*/ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Http Post | |
* Endpoint: https://www.etsemoney.com/hp/v3/adapaters | |
* Method: Capture | |
*/ | |
/* | |
* Request Body | |
*/ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Http Post | |
* Endpoint: https://www.etsemoney.com/hp/v3/adapaters | |
* Method: Create Payment Instrument | |
*/ | |
/* | |
* Request Body | |
*/ | |
{ |
NewerOlder