I hereby claim:
- I am adamtait on github.
- I am adamtait (https://keybase.io/adamtait) on keybase.
- I have a public key whose fingerprint is 3AAA 2E2F FC30 4A1E 9F5A 692B 81C0 2623 68C7 1224
To claim this, I am signing this object:
| /*====================================================================================================================================* | |
| ImportJSON by Brad Jasper and Trevor Lohrbeer | |
| ==================================================================================================================================== | |
| Version: 1.5.0 | |
| Project Page: https://github.com/bradjasper/ImportJSON | |
| Copyright: (c) 2017-2019 by Brad Jasper | |
| (c) 2012-2017 by Trevor Lohrbeer | |
| License: GNU General Public License, version 3 (GPL-3.0) | |
| http://www.opensource.org/licenses/gpl-3.0.html | |
| ------------------------------------------------------------------------------------------------------------------------------------ |
| Verifying my Blockstack ID is secured with the address 1KDEda7tGUvdu7cKHMjwdXuy5nLH77GQcR https://explorer.blockstack.org/address/1KDEda7tGUvdu7cKHMjwdXuy5nLH77GQcR |
| Verifying that "adamtait.id" is my Blockstack ID. https://onename.com/adamtait |
I hereby claim:
To claim this, I am signing this object:
| function SendRequest ( request, responseHandler, error ){ | |
| var content = { url: "http://test.expanz.com/portal/ESAService.svc/restish/ExecAnonymousX", | |
| data: request | |
| }; | |
| $.ajax({ | |
| type: 'POST', | |
| url: '~/proxy.php', | |
| crossDomain: true, |
| ~: curl -F "<ExecAnonymousX xmlns=\"http://www.expanz.com/ESAService\"><site>SFTEST</site><xml><ESA><Activity id=\"ERP.AnonymousTransaction\"><Method name=\"FindARetailer\" id=\"productId\" value=\"269\" /><Delta id=\"postCode\" value=\"2000\" /><Delta id=\"radius\" value=\"20\" /></Method></Activity></ESA></xml></ExecAnonymousX>" -H "Content-Type: text/xml" http://test.expanz.com/portal/ESAService.svc/restish/ExecAnonymousX | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <title>Request Error</title> | |
| <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } A:link { color: #336699; font-weight: bold; text-decoration: underline; } A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } A:acti |
| /html>~: curl -F "<ExecAnonymousX xmlns=\"http://www.expanz.com/ESAService\"><site>SFTEST</site><xml><ESA><Activity id=\"ERP.AnonymousTransaction\"><Method name=\"FindARetailer\" id=\"productId\" value=\"269\" /><Delta id=\"postCode\" value=\"2000\" /><Delta id=\"radius\" value=\"20\" /></Method></Activity></ESA></xml></ExecAnonymousX>" -H "Content-Type: text/xml" http://test.expanz.com/portal/ESAService.svc/restish/ExecAnonymousX | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <title>Request Error</title> | |
| <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } A:link { color: #336699; font-weight: bold; text-decoration: underline; } A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } |
| ~/workspace/rails/happenedtome: ruby script/generate scaffold story title:text body:text | |
| exists app/models/ | |
| exists app/controllers/ | |
| exists app/helpers/ | |
| create app/views/stories | |
| exists app/views/layouts/ | |
| exists test/functional/ | |
| exists test/unit/ | |
| create test/unit/helpers/ | |
| exists public/stylesheets/ |