mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-07-04 13:02:52 -05:00
Adding search endpoint SearchCode
This commit is contained in:
@ -1419,4 +1419,11 @@ var routes = Routes{
|
||||
"/rest/build-status/1.0/commits/{commitId}",
|
||||
SetCommitStatus,
|
||||
},
|
||||
|
||||
Route{
|
||||
"SearchCode",
|
||||
strings.ToUpper("Post"),
|
||||
"/rest/search/latest/search",
|
||||
SearchCode,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user