Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# indeed-php



A client library for using the Indeed Jobsearch API

### API Credentials
Expand Down Expand Up @@ -107,4 +109,4 @@ Job keys. A list of job keys specifying the jobs to look up. *This parameter is
Format. Which output format of the API you wish to use. The options are "xml" and "json.". Default is "json". `Indeed` requests and parses a json repsonse by default. If you with to use the xml format, requests will be performed with the **raw** parameter set to `True`, see **raw**.

**raw** -
A boolean. Receive the raw json/xml response from the Indeed API. Use in addition with *format* to specify which response format you would like. Default is `False`
A boolean. Receive the raw json/xml response from the Indeed API. Use in addition with *format* to specify which response format you would like. Default is `False`