Skip to content
#

public

Here are 719 public repositories matching this topic...

public-apis
matheusfelipeog
matheusfelipeog commented Mar 17, 2022

Hi community

This message is to clarify and make transparent the current situation of Public APIs, in addition to demonstrating the frustration of us maintainers. So read this if you find it interesting, please.

Well, I keep the Public APIs project together with other 3 developers (@pawelborkar, @marekdano and @yannbertrand) for a long time.

1 year ago, the Public APIs project was dead, w

good first issue important
fcr--
fcr-- commented Apr 23, 2020

Given the following schema:

class MyQuerySchema(QuerySchema):
    status = CommaSeparatedList(
        cls_or_instance=fields.Str(),
        validate=ContainsOnly(choices=["foo", "bar"]),
    )

Swagger-generator is producing the following output:

                    {
                        "collectionFormat": "csv",
                        "enum": [
   
bug good first issue swagger-generation

Improve this page

Add a description, image, and links to the public topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the public topic, visit your repo's landing page and select "manage topics."

Learn more