8000 Link to API Star · flask-api/flask-api@57ac3d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 57ac3d0

Browse files
committed
Link to API Star
1 parent 53e97af commit 57ac3d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Browsable web APIs for Flask.
77
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/flask-api/flask-api.svg)](https://scrutinizer-ci.com/g/flask-api/flask-api/)
88
[![PyPI Version](https://img.shields.io/pypi/v/Flask-API.svg)](https://pypi.org/project/Flask-API/)
99

10-
**Status**: This project is in maintenance mode. The original author ([Tom Christie](https://twitter.com/_tomchristie)) has shifted their focus to a more general-purpose API project: http://www.coreapi.org. Passing PRs will still be considered for releases by the maintainers ([Jace Browning](https://twitter.com/jacebrowning)).
10+
**Status**: This project is in maintenance mode. The original author ([Tom Christie](https://twitter.com/_tomchristie)) has shifted their focus to other API projects (http://www.coreapi.org and http://www.api-star.org). Passing PRs will still be considered for releases by the maintainers ([Jace Browning](https://twitter.com/jacebrowning)).
1111

1212
## Overview
1313

14-
Flask API is a drop-in replacement for Flask that provides implementation of browsable APIs similar to what [Django REST framework](http://www.django-rest-framework.org) provides. It gives you properly content negotiated responses and smart request parsing:
14+
Flask API is a drop-in replacement for Flask that provides an implementation of browsable APIs similar to what [Django REST framework](http://www.django-rest-framework.org) provides. It gives you properly content negotiated-responses and smart request parsing:
1515

1616
![Screenshot](docs/screenshot.png)
1717

scent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Options(object):
2323
rerun_args = None
2424

2525
targets = [
26-
(('make', 'test', 'DISABLE_COVERAGE=true'), "Run Tests", True),
26+
(('make', 'test'), "Run Tests", True),
2727
(('make', 'check'), "Static Analysis", True),
2828
(('make', 'doc'), None, True),
2929
]

0 commit comments

Comments
 (0)
0