šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

github.com/sherinv/search-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sherinv/search-api

v0.0.0-20211111201300-9e4c90571aff
Source
Go
Version published
Created
Source

search-api

For development

  • Clone the repo and open the folder cd search-api
  • Run setup.sh to set up certificates source setup.sh
  • Run the file server.go go run server.go
  • Open the graphql link in browser.
  • Issue a search query in the input. Example:
query{
    search(input: [
        {
            filters: [
                {
                    property: "kind",
                    values:[ "pod" ]
                }
            ],
        }
    ]) {
    		related{
          kind
          count
        }
        count 
    }
}

And the output appears on the right hand side.

FAQs

Package last updated on 11 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts