-
Une démo de l'API documentée par swagger (via la lib python flasgger) est disponible ici:
http://v2327.phpnet.fr:5001/apidocs/
-
### Prerequisites
* [n] Did you read FAQ section?
* [y] Did you test with the latest [releases](https://github.com/Nandaka/PixivUtil2/releases "latest releases") or [commit](https://github.com/Nan…
-
I'll trying to make simple request:
```shell
curl -X POST \
http://127.0.0.1:5000/pois \
-H 'Content-Type: application/json' \
-d '{
"request": "pois",
"geometry": {
"bbox": [
…
-
Upgrade to pip 8.0.1 on Python 2.7.5 and can no longer use pip install...
Example:
```
Collecting pip
Using cached pip-8.0.1-py2.py3-none-any.whl
Installing collected packages: pip
Found existin…
-
IMPORTANT Comment from reviewer of _Bioinformatics_ App Note:
* Accessing http://robokop.renci.org/apidocs leads to internal server error ("The server encountered an internal error and was unable t…
-
Hi, I'm using Flask-restful integration with many blueprints and using yml to write the specs.
May I know if we can create multiple pages, probably a configuration that groups tags together in a page…
-
## Introduction
Callbacks have been added to OpenAPI v3.0 and is now supported in Swagger UI 3 but using it in Flasgger does not work.
## Actual results:
The following code was used as documentat…
-
As discussed with @tomkralidis , html formatting is correctly provided for the features page `/features/?f=html`, however, the OpenAPI definition `/features/api?f=html` generates a response in JSON, n…
-
Привет, делаю так
```python
from deeppavlov.deep import find_config
from deeppavlov.core.commands.infer import build_model
config_path = find_config('elmo_ru_wiki')
model = build_model(config_pat…
-
Hi,
I have a question regarding usage of polymorphic schema objects.
Say, I have a base Config class object, with only id, name and type fields:
```python
class Config(Schema):
id = base_f…