Skip to content

Sample code on Pypi doesn't match github.  #5

@jackemuk

Description

@jackemuk

Sample code on Pypi:

import hug
import hug_yaml

hug.API(name).extend(hug_yaml.input_format)

@hug.not_found(output=hug_yaml.output)
def documentation(hug_api, hug_api_version):
return hug_yaml.not_found.documentation(hug_api, hug_api_version)


Sample code here on GitHub:

import hug
import hug_yaml

hug.API(name).extend(hug_yaml.input_format)

@hug.not_found(output=hug_yaml.output)
def documentation(hug_api, hug_api_version):
return hug_api.http.documentation(hug_api, hug_api_version)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions