Skip to content

Commit

Permalink
Merge pull request #101 from higs4281/master
Browse files Browse the repository at this point in the history
Validate the content of API `state` parameter
  • Loading branch information
higs4281 committed Oct 27, 2016
2 parents acc18ff + a70dc92 commit b95e13f
Show file tree
Hide file tree
Showing 11 changed files with 541 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- "2.7"
- "2.7.11"
install:
- pip install -r requirements/test.txt
- pip install coveralls
script:
- coverage run manage.py test
- coverage run manage.py test > /dev/null
after_success:
- coveralls

3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.

## 0.9.8 - 2016-10-20
- Updated djangorestframework from 2.4.3 to 3.1.3
- bumped Django requirements to 1.8.15 to match cfgov site
- Bumped Django requirements to 1.8.15 to match cfgov site
- Added a whitelist check for the countylimit API's `state` querystring parameter

## 0.9.6 - 2015-01-09
- continue loading data even if some scenarios do not match
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Owning a Home API

This project feeds detailed mortgage market data to the Consumer Financial Protection Bureau's [Owning a Home suite of tools](http://www.consumerfinance.gov/owning-a-home/). Unfortunately, the raw data set it serves is not available publicly and is not in this repository.
This project feeds detailed mortgage market data to the Consumer Financial Protection Bureau's [Owning a Home suite of tools](http://www.consumerfinance.gov/owning-a-home/). Unfortunately, the raw data set it uses is not available publicly and is not in this repository.

What is included is the API code and some basic geographical data. If you want to give it a spin, here's how:

Expand Down
Loading

0 comments on commit b95e13f

Please sign in to comment.