Please add V3 to Google Jobs
See original GitHub issueUsing version latest version 32.0.0 here: https://www.npmjs.com/package/googleapis
Documentation / Code example states that we should be using V3 of the api here: https://cloud.google.com/talent-solution/job-search/docs/before-you-begin
After installing googleapis and trying the example snippet I get
Error: Unable to load endpoint jobs("v3"): ctr is not a constructor
at Object.getAPI (/Users/me/Sites/match/node_modules/googleapis/build/src/shared/src/apiIndex.js:37:15)
at GoogleApis.jobs (/Users/me/Sites/match/node_modules/googleapis/build/src/apis/jobs/index.js:22:18)
at google.auth.getApplicationDefault (/Users/me/Sites/match/utils/company.js:21:35)
at /Users/me/Sites/match/node_modules/google-auth-library/build/src/auth/googleauth.js:179:45
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
Further investigation has shown me that in /node_modules/googleapis/build/src/apis/jobs/index.js has specified:
exports.VERSIONS = {
'v2': v2_1.jobs_v2.Jobs,
};
Please include support for v3.
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Search Jobs - Google Careers
Search, find and apply to job opportunities at Google. Bring your insight, imagination and healthy disregard for the impossible. Together, we can build...
Read more >Google for jobs - idibu v3 Knowledge Base
First, you need to add Google for Jobs as a posting destination on idibu - simply follow this article. You don't even need...
Read more >Search for jobs on Google - Google Search Help
Find jobs elsewhere: Add the location to your search. ... After you enter your search terms, you find a short list of up...
Read more >Job Search on Google - Get Your Job Postings on Google Today
Google brings together job postings from across the web. Have your job postings found by millions of job seekers who search on Google...
Read more >How To Post A Job On Google In 4 Steps - Forbes
Step 1. Get Your Website Ready · Step 2. List Your Job Openings · Step 3. Include Structured Data · Step 4. Stay...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We just need to run the generator. @kinwa91 maybe you could take a crack at this 😃
Just run
make generate
,make fix
, then submit a PR with the changes!Thank you for updating with V3!!!