Skip to content

Commit

Permalink
added doc and changelog info
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZ99 committed May 12, 2015
1 parent 3bbc916 commit 3c213fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Version 4.

Version 5.
----------
- API Key Authorization. API Key required in client constructor.
- API Key Authorization. API Key required in client constructor
- Allow unprefixed params
- Allow custom query parameter name
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ $df = new DoofinderApi('6a9abc4dc17351123b1e0198af92e6e9', //hashid
true, // get params from request
array(
'prefix' => 'sp_df_df_', // prefix to use with toQuerystring.
'queryParameter' => 'q', // parameter name to use for the query parameter (default: 'query')
'queryParameter' => 'q', // parameter name to use for the query parameter . starting version 5.1.0 (default: 'query')
'apiVersion' => '3.0', // api version of the search server
'restrictedRequest' => 'post' // use only params from 'post' or 'get' methods.
));
Expand Down

0 comments on commit 3c213fe

Please sign in to comment.