Skip to content
#

openapi-specification

Here are 275 public repositories matching this topic...

acidtonic
acidtonic commented Sep 10, 2021

Base64 packing the logo is unproductive and prohibitively complicated.

Originally I just thought it was related to the method of delivery, minification,etc....

But then I discovered the "enterprise" copy you sell directly offers the "feature" of changing the logo, which then just packs up a new image.

Now I realize why changing the logo is difficult and you won't document how to do it in

webjunkie
webjunkie commented Aug 24, 2018

I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like _links into the response via the to_representation method.

I tried to somehow get that into the schema as well, but I'm getting stuck. Are there any directions on what I need to provide/subclass/overwrite, so to make it work?

I imagine I could inspect my seri

spectral
rossmcdonald
rossmcdonald commented Jan 6, 2021

While not technically in violation of the OpenAPI specification, including a query parameter in a path should be flagged as an error in Spectral:

A path has specific meaning in HTTP as a part of a URL that comes after the host name and before the query string or fragment. A "path item" key must be only a path, it cannot have a query string or a fragment.

For example, the following when def

enhancement good first issue OpenAPI
MikeRalphson
MikeRalphson commented Jan 19, 2019
  • Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
  • Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
  • Use of conventional-commit standard going forward
  • Advice not to include any package-lock.json changes PRs, for security reasons. File will be regene
ob1-dev
ob1-dev commented Jun 29, 2021

I would like to be able to inspect the Looker API response data to better understand the type of error I have got when performing an action. Knowing that information I can then go on to perform a different set of actions after the error.

For example the create_user can have a variety of [responses](https://docs.looker.com/reference/api-and-integration/api-reference/v3.1/user#response_messages

enhancement good first issue python

Improve this page

Add a description, image, and links to the openapi-specification 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 openapi-specification topic, visit your repo's landing page and select "manage topics."

Learn more