Isn't swagger deprecated for like a decade? It looks like it supports OpenAPI, but interesting to focus on Swagger
Scalar: Generate interactive API documentations from Swagger files
61–70 of 74 posts
Re: Scalar: Generate interactive API documentations from Swagger files
#62Isn't swagger deprecated for like a decade? It looks like it supports OpenAPI, but interesting to focus on Swagger
The language can be better throughout the repo so we will update that :) appreciate the comment
Re: Scalar: Generate interactive API documentations from Swagger files
#63Earlier quoted context omitted.
That's what I meant by "interactive features using JavaScript layered over the top" - you can still have the embedded REST API client behaving exactly the same, but if you load the page without JavaScript (e.g. a search engine crawler) you get the rest of the content as HTML. Great point about feeding the Swagger files straight into the LLM.
> Great point about feeding the Swagger files straight into the LLM. That doesn't scale though. Notion OpenAPI doc is more than 6k lines. You will have to resort to some splitting techniques or using vector stores
Re: Scalar: Generate interactive API documentations from Swagger files
#64Re: Scalar: Generate interactive API documentations from Swagger files
#65Isn't swagger deprecated for like a decade? It looks like it supports OpenAPI, but interesting to focus on Swagger
We support Swagger + OAS 3/3.1 The language can be better throughout the repo so we will update that :) appreciate the comment
Re: Scalar: Generate interactive API documentations from Swagger files
#66Will /token oauth bearer authentication be added anytime soon?
We just shipped adding headers + params interactive so people can add `x-api-key`
Re: Scalar: Generate interactive API documentations from Swagger files
#67Aren't Redocly and Swagger UI open-source too?
Re: Scalar: Generate interactive API documentations from Swagger files
#68Re: Scalar: Generate interactive API documentations from Swagger files
#69Earlier quoted context omitted.
After some more experimentation it looks like you don't support allOf/anyOf/oneOf which seems like a pretty big hole.
our swagger parser isnt perfect yet, appreciate this comment and I added it to triage. We will get this fixed quick
Re: Scalar: Generate interactive API documentations from Swagger files
#70Earlier quoted context omitted.
our swagger parser isnt perfect yet, appreciate this comment and I added it to triage. We will get this fixed quick
Swagger or OpenAPI parser?
Will update the README to make this more clear