Search for the components based on the given input and return list of components which includes registered,popular and unpopular.Response will not include vulnerabilities and licenses of the version
Security
bearerAuth
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/components/search
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/components/search
curl -i -X GET \
'https://codeinsightapi.redocly.app/_mock/swagger/components/search?searchBy=NAME&filter=ALL_TERMS&searchTerm=string&includeVersions=false&vendor=string&product=string&forgeName=SourceForge&projectName=string&packageName=string&groupId=string&artifactId=string&moduleOrDistributionName=string&packageOrDistributionName=string&author=string&repositoryName=string&vendorName=string&gemName=string&crate=string&limit=100&offset=1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "id": 0, "name": "string", "description": "string", "title": "string", "url": "string", "forge": "string", "versionList": [ { … } ], "licenseList": [ { … } ], "cpeList": [ { … } ] }