Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Add docs re. JSONP
Browse files Browse the repository at this point in the history
  • Loading branch information
rixth committed May 10, 2011
1 parent b6bb31b commit d9cfb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ And viewing the service in your browser: <a href="http://localhost:5678/search?t
}
}

The `/search` method supports multiple `types` as well as an optional `limit`. For example: `http://localhost:5678/search?types[]=event&types[]=venue&types[]=performer&limit=3&term=yank`.
The `/search` method supports multiple `types` as well as an optional `limit`. For example: `http://localhost:5678/search?types[]=event&types[]=venue&types[]=performer&limit=3&term=yank`. You can also add the `callback` parameter to enable JSONP output.

Contributing to soulmate
------------------------
Expand Down

0 comments on commit d9cfb98

Please sign in to comment.