diff options
Diffstat (limited to 'test.http')
-rw-r--r-- | test.http | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -8,10 +8,6 @@ Accept: application/json User-Agent: Emacs # -:form = << -Content-Type: application/x-www-form-urlencoded -# - # Initialize the database with exmaple data POST :host/bootstrap :headers @@ -24,7 +20,6 @@ GET :host/query GET :host/count :headers - # store jenny's number POST :host/number :headers @@ -34,15 +29,10 @@ POST :host/number "context": "Number on the wall" } -# store Bob's number -POST :host/number -:headers -{ "name": "Bob Barker", "number": "+1555678909", "context": "personal"} - # get jenny's number GET :host/query?number=8675309 :headers -# get bob's -GET :host/query?number=%2B15556789090 +# get Nowlin Saul's zendesk number +GET :host/query?number=%2B13058224036 :headers |