mirror of
https://github.com/jrconlin/oauthsimple.git
synced 2026-09-15 11:04:25 +00:00
removed spurious example vars from NFLX call.
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@
|
||||
var tokenSecret = "N0sOuP4U";
|
||||
|
||||
var path="http://api.netflix.com/catalog/titles"
|
||||
var argumentsAsString = "term=rat&expand=formats,synopsis&max_results=1&boo=foo&boo=bar";
|
||||
var argumentsAsString = "term=rat&expand=formats,synopsis&max_results=1";
|
||||
var argumentsAsObject = {
|
||||
term:'rat',
|
||||
expand:'formats,synopsis',
|
||||
|
||||
Reference in New Issue
Block a user