Last active
June 13, 2018 13:57
-
-
Save somethvictory/a96e19f4946fd1b7d65ee3083254cc5e to your computer and use it in GitHub Desktop.
Revisions
-
somethvictory revised this gist
Jun 13, 2018 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,10 +4,6 @@ "code": 200, "message": "OK" }, "body": { "type": "domain", "name": "some-domain.com", -
somethvictory revised this gist
Jun 12, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -14,4 +14,5 @@ "price": "11.00", "status": "Available" } } } -
somethvictory created this gist
Jun 12, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ { "response": { "status": { "code": 200, "message": "OK" }, "headers": { "Date": "Fri, 20 Jun 2014 02:41:57 GMT", "Content-Type": "text/json" }, "body": { "type": "domain", "name": "some-domain.com", "price": "11.00", "status": "Available" } }