Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| v:0.7.0:advanced:api [2011/05/27 00:24] – removing v0.7.1 references and features foxybrett | v:0.7.0:advanced:api [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 177: | Line 177: | ||
| You can always use [[http:// | You can always use [[http:// | ||
| < | < | ||
| - | curl -d " | + | curl -d " |
| </ | </ | ||
| You'd obviously need to insert your own values in that call, but it's provided here for reference. Using CURL can be handy if you just want to get a customer ID quickly, or test to ensure data is being returned as expected. | You'd obviously need to insert your own values in that call, but it's provided here for reference. Using CURL can be handy if you just want to get a customer ID quickly, or test to ensure data is being returned as expected. | ||
| Line 183: | Line 183: | ||
| Here's an example to retrieve a transaction: | Here's an example to retrieve a transaction: | ||
| < | < | ||
| - | curl -d " | + | curl -d " |
| </ | </ | ||
| And here's how to refeed the [[: | And here's how to refeed the [[: | ||
| < | < | ||
| - | curl -d " | + | curl -d " |
| </ | </ | ||