Skip to content

Instantly share code, notes, and snippets.

swagger: "2.0"
info:
description: ""
version: "1.0.0"
title: "Foo API"
host: "localhost:8080"
basePath: "/v0"
paths:
/train:
post:
# coding: utf-8
from __future__ import absolute_import
from datetime import date, datetime # noqa: F401
from typing import List, Dict # noqa: F401
from swagger_server.models.base_model_ import Model
from swagger_server import util