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

Commit

Permalink
Merge pull request #34 from xmun0x/xmun0x-patch-1
Browse files Browse the repository at this point in the history
fix #31
  • Loading branch information
xmunoz authored May 30, 2017
2 parents 6823c6b + 66ef717 commit a4558e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Import the library and set up a connection to get started.

>>> client = Socrata("sandbox.demo.socrata.com", None)

The client by default makes requests over https. To modify this behavior or make requests through a proxy, take a look [here](https://github.com/xmun0x/sodapy/issues/31#issuecomment-302176628).

### get(dataset_identifier, content_type="json", **kwargs)

Retrieve data from the requested resources. Filter and query data by field name, id, or using [SoQL keywords](https://dev.socrata.com/docs/queries/).
Expand Down

0 comments on commit a4558e6

Please sign in to comment.