You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/packages/nuget
KN4CK3R ecd51f710b
Fix NuGet search endpoints (#25613)
Fixes #25564
Fixes #23191

- Api v2 search endpoint should return only the latest version matching
the query
- Api v3 search endpoint should return `take` packages not package
versions
2 years ago
..
api_v2.go Fix handling of plenty Nuget package versions (#26075) 2 years ago
api_v3.go Fix NuGet search endpoints (#25613) 2 years ago
auth.go refactor auth interface to return error when verify failure (#22119) 2 years ago
links.go Fix handling of plenty Nuget package versions (#26075) 2 years ago
nuget.go Fix NuGet search endpoints (#25613) 2 years ago