deploy
This commit is contained in:
parent
4191513eef
commit
328f6f166a
3 changed files with 16 additions and 11 deletions
|
|
@ -9,11 +9,9 @@ namespace isnd.Controllers
|
|||
|
||||
public partial class PackagesController
|
||||
{
|
||||
|
||||
// GET {@id}?q={QUERY}&skip={SKIP}&take={TAKE}&prerelease={PRERELEASE}&semVerLevel={SEMVERLEVEL}&packageType={PACKAGETYPE}
|
||||
// GET {@id}?q={QUERY}&skip={SKIP}&take={TAKE}&prerelease={PRERELEASE}&semVerLevel={SEMVERLEVEL}&packageType={PACKAGETYPE}
|
||||
[HttpGet(_pkgRootPrefix + ApiConfig.Search)]
|
||||
public async Task<IActionResult> Search(
|
||||
|
||||
string q,
|
||||
int skip = 0,
|
||||
int take = 25,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue