Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
swag
Automatically generate RESTful API documentation with Swagger 2.0 for Go.
Collective -
Host: opensource -
https://opencollective.com/swag
- Code: https://github.com/swaggo/swag
Exclude fields from composed struct
github.com/swaggo/swag - bshrram opened this issue over 1 year ago
github.com/swaggo/swag - bshrram opened this issue over 1 year ago
swag doesn't parse the description of generic struct
github.com/swaggo/swag - thorn-jmh opened this issue almost 2 years ago
github.com/swaggo/swag - thorn-jmh opened this issue almost 2 years ago
When I use swag init with a generic type, I get an error
github.com/swaggo/swag - amyunfei opened this issue almost 2 years ago
github.com/swaggo/swag - amyunfei opened this issue almost 2 years ago
add the new command rt for using the regex pattern to find the tag
github.com/swaggo/swag - Noahnut opened this pull request almost 2 years ago
github.com/swaggo/swag - Noahnut opened this pull request almost 2 years ago
Redundant "allOf" for struct field with nested struct or enum
github.com/swaggo/swag - dm-godsend opened this issue almost 2 years ago
github.com/swaggo/swag - dm-godsend opened this issue almost 2 years ago
transform struct fields of array enum type to query/formData params
github.com/swaggo/swag - sdghchj opened this pull request almost 2 years ago
github.com/swaggo/swag - sdghchj opened this pull request almost 2 years ago
Is it possible add the new command which is use the regex to collection tags?
github.com/swaggo/swag - Noahnut opened this issue almost 2 years ago
github.com/swaggo/swag - Noahnut opened this issue almost 2 years ago
bug: @Param struct generator ignores enum array field
github.com/swaggo/swag - Jictyvoo opened this issue almost 2 years ago
github.com/swaggo/swag - Jictyvoo opened this issue almost 2 years ago
chore: replace `github.com/ghodss/yaml` with `sigs.k8s.io/yaml`
github.com/swaggo/swag - Juneezee opened this pull request almost 2 years ago
github.com/swaggo/swag - Juneezee opened this pull request almost 2 years ago
Parser does not handle byte values
github.com/swaggo/swag - zephyap opened this issue almost 2 years ago
github.com/swaggo/swag - zephyap opened this issue almost 2 years ago
chore: drop support for go 1.16
github.com/swaggo/swag - ubogdan opened this pull request almost 2 years ago
github.com/swaggo/swag - ubogdan opened this pull request almost 2 years ago
Print warning message when use 1.8.11 swag to generate swagger document
github.com/swaggo/swag - ningyougang opened this issue almost 2 years ago
github.com/swaggo/swag - ningyougang opened this issue almost 2 years ago
There is medium vulnerability (CVE-2020-11022) in golang.org/x/tools-v0.1.12 -
github.com/swaggo/swag - AlekseiKromski opened this issue almost 2 years ago
github.com/swaggo/swag - AlekseiKromski opened this issue almost 2 years ago
Included package infos related to the model
github.com/swaggo/swag - felagund18 opened this pull request almost 2 years ago
github.com/swaggo/swag - felagund18 opened this pull request almost 2 years ago
Implementing OpenAPI 3.1.0 spec
github.com/swaggo/swag - Nerzal opened this pull request almost 2 years ago
github.com/swaggo/swag - Nerzal opened this pull request almost 2 years ago
a field of enum type would be omitted when struct is used to receive formdata
github.com/swaggo/swag - sdghchj opened this issue almost 2 years ago
github.com/swaggo/swag - sdghchj opened this issue almost 2 years ago
cannot find type definition: model.Config true
github.com/swaggo/swag - sharadregoti opened this issue almost 2 years ago
github.com/swaggo/swag - sharadregoti opened this issue almost 2 years ago
Add option to set template delimiters
github.com/swaggo/swag - leosunmo opened this pull request almost 2 years ago
github.com/swaggo/swag - leosunmo opened this pull request almost 2 years ago
Documentation sorted by Tags
github.com/swaggo/swag - miroslavhajek opened this issue almost 2 years ago
github.com/swaggo/swag - miroslavhajek opened this issue almost 2 years ago
How to accept arbitrary keys in form data request
github.com/swaggo/swag - thilak009 opened this issue almost 2 years ago
github.com/swaggo/swag - thilak009 opened this issue almost 2 years ago
Variable declaration with multiple variables of the same type in generic, causes type error
github.com/swaggo/swag - Bijan-Massoumi opened this issue almost 2 years ago
github.com/swaggo/swag - Bijan-Massoumi opened this issue almost 2 years ago
Response object type in the `@success` tag, error with two type parameter generics.
github.com/swaggo/swag - Bijan-Massoumi opened this issue almost 2 years ago
github.com/swaggo/swag - Bijan-Massoumi opened this issue almost 2 years ago
Support `application/json-patch+json` MIME type
github.com/swaggo/swag - bcordobaq opened this issue almost 2 years ago
github.com/swaggo/swag - bcordobaq opened this issue almost 2 years ago
urfave/cli latest version dependencies
github.com/swaggo/swag - oktydag opened this issue almost 2 years ago
github.com/swaggo/swag - oktydag opened this issue almost 2 years ago
Generate Boolean info causes no error, but fails.
github.com/swaggo/swag - writch opened this issue almost 2 years ago
github.com/swaggo/swag - writch opened this issue almost 2 years ago
failed to parse file [...]/[email protected]/[...] expected 'package', found 'EOF'
github.com/swaggo/swag - david-christ opened this issue almost 2 years ago
github.com/swaggo/swag - david-christ opened this issue almost 2 years ago
adding binary to int conversion
github.com/swaggo/swag - ldrazic opened this pull request almost 2 years ago
github.com/swaggo/swag - ldrazic opened this pull request almost 2 years ago
In versions greater than 1.8.4 --parseDependency crashes with indirect dependencies
github.com/swaggo/swag - ldrazic opened this issue almost 2 years ago
github.com/swaggo/swag - ldrazic opened this issue almost 2 years ago
Add package name in `doc.go` to pass the Go linter checks
github.com/swaggo/swag - dsha256 opened this issue almost 2 years ago
github.com/swaggo/swag - dsha256 opened this issue almost 2 years ago
How to parse the customized structure in the golang program, and use 'swag init' to parse it into definitions in swagger.yaml?
github.com/swaggo/swag - lips0127 opened this issue almost 2 years ago
github.com/swaggo/swag - lips0127 opened this issue almost 2 years ago
How to describe an example for a type?
github.com/swaggo/swag - ostiwe opened this issue almost 2 years ago
github.com/swaggo/swag - ostiwe opened this issue almost 2 years ago
Add global security annotation
github.com/swaggo/swag - cwansart opened this issue almost 2 years ago
github.com/swaggo/swag - cwansart opened this issue almost 2 years ago
v1.8.10 : Operations parsing in dependencies
github.com/swaggo/swag - maitredede opened this issue almost 2 years ago
github.com/swaggo/swag - maitredede opened this issue almost 2 years ago
APIKey pair does not work as specified in the swagger specification
github.com/swaggo/swag - aosti opened this issue almost 2 years ago
github.com/swaggo/swag - aosti opened this issue almost 2 years ago
Enchancement: Report which property is triggering a parsing error
github.com/swaggo/swag - sakishrist opened this pull request almost 2 years ago
github.com/swaggo/swag - sakishrist opened this pull request almost 2 years ago
A way to explicitly include a struct into a definition
github.com/swaggo/swag - philous opened this issue about 2 years ago
github.com/swaggo/swag - philous opened this issue about 2 years ago
feat: use enums in request
github.com/swaggo/swag - sdghchj opened this pull request about 2 years ago
github.com/swaggo/swag - sdghchj opened this pull request about 2 years ago
Security Definitions for Cookie
github.com/swaggo/swag - sneakykiwi opened this issue about 2 years ago
github.com/swaggo/swag - sneakykiwi opened this issue about 2 years ago
Support extensions or custom fields at the response level
github.com/swaggo/swag - daegalus opened this issue about 2 years ago
github.com/swaggo/swag - daegalus opened this issue about 2 years ago
Default value for formData
github.com/swaggo/swag - vuhoanghiep1993 opened this issue about 2 years ago
github.com/swaggo/swag - vuhoanghiep1993 opened this issue about 2 years ago
I would like to define enum.
github.com/swaggo/swag - KousukeUchiyama opened this issue about 2 years ago
github.com/swaggo/swag - KousukeUchiyama opened this issue about 2 years ago
Set the host from the command line
github.com/swaggo/swag - yusrilmr opened this issue about 2 years ago
github.com/swaggo/swag - yusrilmr opened this issue about 2 years ago
Feature request : describe a field with multiple types
github.com/swaggo/swag - maitredede opened this issue about 2 years ago
github.com/swaggo/swag - maitredede opened this issue about 2 years ago
Security annotations cannot work
github.com/swaggo/swag - w570955342 opened this issue over 2 years ago
github.com/swaggo/swag - w570955342 opened this issue over 2 years ago
feat: ignore uri tag with gin
github.com/swaggo/swag - weilence opened this pull request over 2 years ago
github.com/swaggo/swag - weilence opened this pull request over 2 years ago
Swaggo's boolean params cause rendering errors in the UI
github.com/swaggo/swag - wburnett opened this issue over 2 years ago
github.com/swaggo/swag - wburnett opened this issue over 2 years ago
swag init could not find struct from imported package
github.com/swaggo/swag - alirezastack opened this issue over 2 years ago
github.com/swaggo/swag - alirezastack opened this issue over 2 years ago
Multiple path params with multiple paths leads to unnecessary required params
github.com/swaggo/swag - Phenix66 opened this issue over 2 years ago
github.com/swaggo/swag - Phenix66 opened this issue over 2 years ago
description.markdown could not found the file "api.md"
github.com/swaggo/swag - nervmor opened this issue over 2 years ago
github.com/swaggo/swag - nervmor opened this issue over 2 years ago
Large response bodies cause UI to hang
github.com/swaggo/swag - warent opened this issue over 2 years ago
github.com/swaggo/swag - warent opened this issue over 2 years ago
Test host && make combined object definition can based on interface{} && add one more tips
github.com/swaggo/swag - extrame opened this pull request over 2 years ago
github.com/swaggo/swag - extrame opened this pull request over 2 years ago
1) add logrus as logger package, so we can handle more log level
github.com/swaggo/swag - extrame opened this pull request over 2 years ago
github.com/swaggo/swag - extrame opened this pull request over 2 years ago
cannot find all dependencies, <nil>
github.com/swaggo/swag - rowdyroad opened this issue over 2 years ago
github.com/swaggo/swag - rowdyroad opened this issue over 2 years ago
[BUG] - Cannot find type definition sql.NullTime
github.com/swaggo/swag - sujit-baniya opened this issue over 2 years ago
github.com/swaggo/swag - sujit-baniya opened this issue over 2 years ago
Question: define optional authorization in an enpoint
github.com/swaggo/swag - LordNoteworthy opened this issue over 2 years ago
github.com/swaggo/swag - LordNoteworthy opened this issue over 2 years ago
insert a new line at the end of the swagger.json file
github.com/swaggo/swag - LordNoteworthy opened this issue over 2 years ago
github.com/swaggo/swag - LordNoteworthy opened this issue over 2 years ago
How to generate two different versions of docs?
github.com/swaggo/swag - disappearer opened this issue over 2 years ago
github.com/swaggo/swag - disappearer opened this issue over 2 years ago
Can I use user defined structure in post body parameter?
github.com/swaggo/swag - wubiandaxian opened this issue over 2 years ago
github.com/swaggo/swag - wubiandaxian opened this issue over 2 years ago
Can I write description in Struct?
github.com/swaggo/swag - wubiandaxian opened this issue over 2 years ago
github.com/swaggo/swag - wubiandaxian opened this issue over 2 years ago
Use v1.8.2 to run swag fmt command, deleted the preset space between the '//' and '@' symbols
github.com/swaggo/swag - iTanken opened this issue over 2 years ago
github.com/swaggo/swag - iTanken opened this issue over 2 years ago
formatting x-enum-varnames in an array
github.com/swaggo/swag - Skisocks opened this issue over 2 years ago
github.com/swaggo/swag - Skisocks opened this issue over 2 years ago
Add support for description on security definition
github.com/swaggo/swag - pmorelli92 opened this issue over 2 years ago
github.com/swaggo/swag - pmorelli92 opened this issue over 2 years ago
Go1.18: cannot find all dependencies, unable to resolve root package
github.com/swaggo/swag - tylfin opened this issue almost 3 years ago
github.com/swaggo/swag - tylfin opened this issue almost 3 years ago
Could swaggo support example value for {string} response?
github.com/swaggo/swag - ahuigo opened this issue almost 3 years ago
github.com/swaggo/swag - ahuigo opened this issue almost 3 years ago
invalid memory address or nil pointer dereference
github.com/swaggo/swag - langlanglanglanglang opened this issue almost 3 years ago
github.com/swaggo/swag - langlanglanglanglang opened this issue almost 3 years ago
How can I add an example to the "[]map[string]interface{}" struct?
github.com/swaggo/swag - yukanke-saab opened this issue almost 3 years ago
github.com/swaggo/swag - yukanke-saab opened this issue almost 3 years ago
Is possible to have empty strings in the examples?
github.com/swaggo/swag - juansalazargenius opened this issue almost 3 years ago
github.com/swaggo/swag - juansalazargenius opened this issue almost 3 years ago
Can't generate definitions (models) on struct
github.com/swaggo/swag - Aldiwildan77 opened this issue about 3 years ago
github.com/swaggo/swag - Aldiwildan77 opened this issue about 3 years ago
How do you annotate Request containing array of objects potentially having different data type(struct)?
github.com/swaggo/swag - grecinto opened this issue about 3 years ago
github.com/swaggo/swag - grecinto opened this issue about 3 years ago
Description for API Key Security Definition.
github.com/swaggo/swag - pomaretta opened this issue about 3 years ago
github.com/swaggo/swag - pomaretta opened this issue about 3 years ago
Omitting host returns Internal Server Error (500)
github.com/swaggo/swag - akshay196 opened this issue about 3 years ago
github.com/swaggo/swag - akshay196 opened this issue about 3 years ago
added fix for recursive-structure
github.com/swaggo/swag - arunpoudel opened this pull request about 3 years ago
github.com/swaggo/swag - arunpoudel opened this pull request about 3 years ago
fix duplicate route order
github.com/swaggo/swag - nazoking opened this pull request over 3 years ago
github.com/swaggo/swag - nazoking opened this pull request over 3 years ago
FormData file array not supported
github.com/swaggo/swag - fr3fou opened this issue over 3 years ago
github.com/swaggo/swag - fr3fou opened this issue over 3 years ago
Skipping 'models.xxx', recursion detected
github.com/swaggo/swag - PJJ1997 opened this issue over 3 years ago
github.com/swaggo/swag - PJJ1997 opened this issue over 3 years ago
Merging middleware information with routes
github.com/swaggo/swag - Zambiorix opened this issue over 3 years ago
github.com/swaggo/swag - Zambiorix opened this issue over 3 years ago
If the type is a map, additional Prop1 keeps popping up
github.com/swaggo/swag - MunDeuksoo opened this issue over 3 years ago
github.com/swaggo/swag - MunDeuksoo opened this issue over 3 years ago
swag' is not recognized as an internal or external command
github.com/swaggo/swag - Magus370 opened this issue over 3 years ago
github.com/swaggo/swag - Magus370 opened this issue over 3 years ago
Swagger not parsing the 'Try it out' request body correctly
github.com/swaggo/swag - lus opened this issue over 3 years ago
github.com/swaggo/swag - lus opened this issue over 3 years ago
Feature Request: Partially parse the dependencies.
github.com/swaggo/swag - CNLHC opened this issue almost 4 years ago
github.com/swaggo/swag - CNLHC opened this issue almost 4 years ago
swagger extensions do not work at the struct field level
github.com/swaggo/swag - davisford opened this issue almost 4 years ago
github.com/swaggo/swag - davisford opened this issue almost 4 years ago
cannot find type definition: sql.NullInt64
github.com/swaggo/swag - davisford opened this issue almost 4 years ago
github.com/swaggo/swag - davisford opened this issue almost 4 years ago
Add excluding file and placeholder file support
github.com/swaggo/swag - smiletrl opened this issue almost 4 years ago
github.com/swaggo/swag - smiletrl opened this issue almost 4 years ago
"Failed to load API definition" / "not yet registered swag" error when rendering docs page
github.com/swaggo/swag - dub-squared opened this issue about 4 years ago
github.com/swaggo/swag - dub-squared opened this issue about 4 years ago