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

     1  /*
     2  Package nerdstorage provides a programmatic API for interacting with the New Relic
     3  One NerdStorage document store.  It can be used to write NerdStorage documents
     4  into collections and to delete documents and collections.
     5  
     6  More information about the NerdStorage document store can be found in the online
     7  documentation:
     8  
     9  https://developer.newrelic.com/build-tools/new-relic-one-applications/nerdstorage
    10  
    11  Authentication
    12  
    13  You will need a valid Personal API key to communicate with the backend New Relic
    14  API that provides this functionality.  See the API key documentation below for
    15  more information on how to locate this key:
    16  
    17  https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys
    18  
    19  */
    20  package nerdstorage