Giter Club home page Giter Club logo

autogoogleapi's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on LLMOps within the Google Cloud Platform
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on making data science available to all
  • ๐Ÿค” Iโ€™m looking for help with documentation
  • ๐Ÿ’ฌ Ask me about LLMs, R, Google Cloud Platform and Data Science
  • ๐Ÿ“ซ How to reach me: https://code.markedmondson.me
  • โšก Fun fact: My first and favourite job was cabbage planting

autogoogleapi's People

Contributors

markedmondson1234 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

autogoogleapi's Issues

(Automatic) Scope definition

Hi Mark,

just a quick question.
I tried to work with the qpxExpress API.

What I struggle with was defining the right scope. I used
options("googleAuthR.scopes.selected" = c("https://www.googleapis.com/auth/qpxExpress"))
but that resulted in a Google error page.

Also I looked up the gar_discovery_apis_list() function, but that does not return the scope of an API (which would be nice to have).

What is the best way to look up the "scope"? What am I missing here?

Thanks,
Florian

Substitute grave accents with single quotations

The characters on this line which read blogger#post should have the grave accents replaced with single quotations. When copying and pasting the code for the object "Post" into R, the grave accents are not rendered as single quotation marks and the Post object does not create an object of class gar_Post. Replacing the grave accents with single quotation marks resolves the issue.

customMetaData = customMetaData, etag = etag, id = id, images = images, kind = `blogger#post`,

Path variables in wrong order

Example:

  url <- 
    sprintf("https://www.googleapis.com/compute/v1/projects/%s/zones/%s/instances/%s/stop",
            instance, zone, project)

Resource Object Functions Need Modification

As always, thanks SO much for creating this API and its progeny!

I've found when using Member() for googleadmindirectoryv1.auto and Event() for googlecalendarv3.auto that I've had to modify the functions to get them to not throw errors when creating members using the Google AdminDirectory API and events using the Google Calendar API. One modification has been removing the "kind = admin#directory#member" and "kind = calendar#event" from each otherwise I receive the error "object 'admin#directory#member' not found" and "object 'admin#directory#event' not found". Perhaps double quotes could fix this but removing the parameter has worked fine too.

Also, the Event() function has several parameters defaulting to false and true (without quotes) which I've replaced with FALSE and TRUE because of similar "object not found" errors.

Finally, the Event() transparency parameter defaults to opaque which I replace with "opaque".

I've found easy workarounds so no big deal. Thanks!

Default Parameter Values being NULL breaks API calls

First, thank you for these packages!

The default values for each function generated is NULL which generally throws an error "JSON fetch error: Invalid string value: 'NULL'". I can get around this by setting each unneeded parameter to "" instead but some functions have lots of parameters which gets cumbersome. Could they be set by default to ""?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.