Skip to content

Latest commit

 

History

History

google-cloud-error_reporting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Stackdriver Clouderrorreporting API for Ruby

google-cloud-error_reporting uses Google API extensions to provide an easy-to-use client library for the Stackdriver Clouderrorreporting API (v1beta1) defined in the googleapis git repository

Getting started

google-cloud-error_reporting will allow you to connect to the Stackdriver Clouderrorreporting API and access all its methods.

In order to achieve so you need to set up authentication as well as install the library locally.

Setup Authentication

To authenticate all your API calls, first install and setup the Google Cloud SDK. Once done, you can then run the following command in your terminal:

$ gcloud beta auth application-default login

or

$ gcloud auth login

Please see [gcloud beta auth application-default login document for the difference between these commands.

Installation

Install this library using gem:

$ [sudo] gem install google-cloud-error_reporting

At this point you are all set to continue.