mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	NPM Package Registry search API endpoint (#20280)
Close #20098, in the NPM registry API, implemented to match what's described by https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#get-v1search Currently have only implemented the bare minimum to work with the [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui.html). Co-authored-by: Jack Vine <jackv@jack-lemur-suse.cat-prometheus.ts.net> Co-authored-by: KN4CK3R <admin@oldschoolhack.me> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -236,6 +236,9 @@ func Routes(ctx gocontext.Context) *web.Route { | ||||
| 					r.Delete("", npm.DeletePackageTag) | ||||
| 				}, reqPackageAccess(perm.AccessModeWrite)) | ||||
| 			}) | ||||
| 			r.Group("/-/v1/search", func() { | ||||
| 				r.Get("", npm.PackageSearch) | ||||
| 			}) | ||||
| 		}) | ||||
| 		r.Group("/pub", func() { | ||||
| 			r.Group("/api/packages", func() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user