github.com/newrelic/newrelic-client-go@v1.1.0/pkg/nerdgraph/doc.go (about)

     1  /*
     2  Package nerdgraph provides a programmatic API for interacting with the New Relic
     3  NerdGraph GraphQL API.  It can be used to run freeform queries and mutations. The
     4  GraphiQL API explorer is a useful resource for learning about what is available via
     5  the NerdGraph API:
     6  
     7  https://api.newrelic.com/graphiql?#
     8  
     9  Authentication
    10  
    11  You will need a valid Personal API key to communicate with the backend New Relic
    12  API that provides this functionality.  See the API key documentation below for
    13  more information on how to locate this key:
    14  
    15  https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys
    16  
    17  */
    18  package nerdgraph