issues
search
swaggest
/
rest
Web services with OpenAPI and JSON Schema done quick in Go
https://pkg.go.dev/github.com/swaggest/rest
MIT License
374
stars
17
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix handling of request input that can accept form or json
#213
vearutop
closed
2 weeks ago
5
Multiple JSON + FormData request validation
#212
boba-keyost
closed
2 weeks ago
2
Use Cloudflare allowlist of compressible mime types
#211
vearutop
closed
1 month ago
5
Support HTTP Handler for File Upload
#210
edyrkaj
closed
3 weeks ago
1
Fix " http: superfluous response.WriteHeader call from ..." on embedded resp setter
#209
vearutop
closed
1 month ago
5
Update deps
#208
vearutop
closed
1 month ago
5
Validate JSON body before unmarshalling into input type
#203
Leskodamus
closed
1 month ago
1
Cannot validate incorrect types
#202
threesquared
opened
6 months ago
1
Fix web.Handle with all available HTTP methods
#201
vearutop
closed
8 months ago
6
Avoid http writer panic on broken pipe
#200
vearutop
closed
8 months ago
6
Update deps
#199
vearutop
closed
8 months ago
6
Broken pipe should not cause panic in gzip writer
#198
vearutop
closed
8 months ago
0
Question: validation errors
#197
betzerra
closed
8 months ago
2
Fix default inference from an unexported field
#196
vearutop
closed
8 months ago
6
Infer default values from prepared schema
#195
vearutop
closed
8 months ago
6
Unable to set default values for custom typed strings
#194
jpalawaga
closed
8 months ago
3
Add JSON collectionFormat
#193
vearutop
closed
8 months ago
6
Add multi API example
#192
vearutop
closed
8 months ago
6
Update deps, fix lint, fix mount example
#191
vearutop
closed
8 months ago
6
Mount example doesn't work. what's the right way to have both v1 and v2 on a server?
#190
chz8494
opened
8 months ago
5
How to generate openapi.json file only?
#189
futugyou
closed
9 months ago
2
Validation Middleware panics with *uuid.UUID
#186
chriskolenko
closed
8 months ago
3
Add methods for NotFound and MethodNotAllowed, add response.EmbeddedSetter
#185
vearutop
closed
10 months ago
6
Add support for error responses with custom descriptions
#184
vearutop
closed
11 months ago
6
Update deps, add more usage examples
#183
vearutop
closed
1 year ago
6
Custom router?
#181
aboozaid
opened
1 year ago
0
[Feature] Possibility to define multiple success status. Add HTTPMultiResponder
#177
benbender
closed
1 year ago
2
Nullable on required lists
#173
dmlambea
opened
1 year ago
6
Update dynamic schema example
#172
vearutop
closed
1 year ago
6
Data Schema's not showing on swagger docs site
#171
shortwavedave
closed
1 year ago
2
Add example for dynamic schema and improve docs
#170
vearutop
closed
1 year ago
6
Fix "default" decoder
#168
vearutop
closed
1 year ago
6
Update openapi-go
#167
vearutop
closed
1 year ago
6
Add OpenAPI 3.1 support
#166
vearutop
closed
1 year ago
6
Add support for gorilla/mux
#165
vearutop
closed
1 year ago
6
Add support for OpenAPI deep object decoding
#164
vearutop
closed
1 year ago
6
Update jsonschema-go to inline trivial scalar references
#163
vearutop
closed
1 year ago
6
fix: allow 'application/json;charset=UTF-8'
#162
brianwilkinson
closed
1 year ago
5
Struct tags get ignored for net.Prefix
#161
steffann
closed
1 year ago
2
Fix handling of optional uploads
#160
vearutop
closed
1 year ago
6
Only application/json should be allowed by default
#158
pboguslawski
closed
1 year ago
1
Update linter
#157
vearutop
closed
1 year ago
5
Fix: Setting the HTTP status during the Encoder setup is insufficient
#156
haimgel
closed
1 year ago
3
Implement support for multiple HTTP success statuses
#155
haimgel
closed
1 year ago
3
Update deps
#154
vearutop
closed
1 year ago
6
Update deps and CI
#151
vearutop
closed
1 year ago
6
Improve support for Route Group
#149
fourcels
opened
1 year ago
2
Remove body from schema of 1xx, 204, 304 responses
#148
vearutop
closed
1 year ago
6
Improve support for responses without body (304 et al.)
#147
vearutop
closed
1 year ago
5
Wrong http status assigned to status.FailedPrecondition
#146
pboguslawski
closed
1 year ago
3
Next