Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample Request: Google Cloud Talent API #1296

Closed
tetreault opened this issue Aug 17, 2018 · 5 comments
Closed

Sample Request: Google Cloud Talent API #1296

tetreault opened this issue Aug 17, 2018 · 5 comments
Assignees
Labels
help wanted We'd love to have community involvement on this issue. type: question Request for information or clarification. Not an issue.

Comments

@tetreault
Copy link

Would be great to have samples for the Cloud Talent API

@JustinBeckwith JustinBeckwith added the triage me I really want to be triaged. label Aug 18, 2018
@JustinBeckwith
Copy link
Contributor

Sure! What exactly are you trying to do with it?

@JustinBeckwith JustinBeckwith added type: question Request for information or clarification. Not an issue. and removed triage me I really want to be triaged. labels Aug 18, 2018
@tetreault
Copy link
Author

My use case is ideally building an API using NodeJS. From a call to the server the Cloud Talent API would fetch job search results based off of a keyword or category (like searching "creative director jobs"). I appreciate the quick response @JustinBeckwith ! I went thru the docs on Friday, trying to integrate a simple cloud talent api search via AWS API Gateway/AWS Lambda but am having some difficulties (I can elaborate more when I'm back at my desktop, am on mobile at the moment!)

@tetreault
Copy link
Author

Back at my laptop now, to expand on my post I was wondering/hoping I can use the Cloud Talent API to search any and all publicly available job posts.

Use case:
User goes to this site, the add in keywords or job name they're searching for. They submit the form, it sends a req to my API Gateway proxying my lambda script. The Cloud Talent API returns some of the publicly available job posts and renders it in some fashion for them on my page.

@nwkeeley
Copy link

@JustinBeckwith I was looking for a sample as well - I have an issue open - I am not sure of the syntax for POSTing data (like creating companies, jobs or issuing a search request) - I see how to pass the parent for V3 but I am not sure how to pass the requesting body

@christiancannata
Copy link

@JustinBeckwith I was looking for a sample as well - I have an issue open - I am not sure of the syntax for POSTing data (like creating companies, jobs or issuing a search request) - I see how to pass the parent for V3 but I am not sure how to pass the requesting body

Hi Guys, here is an example for a create request, you have to add requestBody to json object!

 await jobService.projects.companies.create({
          parent: projectId,
          requestBody: {
            //here your body
          }
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We'd love to have community involvement on this issue. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants