]> git.wh0rd.org - tt-rss.git/commit
Merge branch 'api-getarticles-sanitize' into 'master'
authorAndrew Dolgov <cthulhoo@gmail.com>
Mon, 23 Nov 2015 20:02:15 +0000 (23:02 +0300)
committerAndrew Dolgov <cthulhoo@gmail.com>
Mon, 23 Nov 2015 20:02:15 +0000 (23:02 +0300)
commitf0ebb41b278a3ac9fdc276a9c13d3b4387f721dc
tree9e54f557ebd80848306d8888aded5a3efa2ade03
parent19e47ad60bc390b52cfe1545a6d401545e6568a5
parent73c77ab0a5d4ac714abf09f9730b75556481bb88
Merge branch 'api-getarticles-sanitize' into 'master'

Create optional sanitize option for API::getArticle.

Add optional (default: true), boolean "sanitize" parameter to API::getArticle() method.

(API wiki page will need to be updated to reflect this change.)

See merge request !14