Github has a new feature that users can approve pull requests. Does anyone know where to find the Pull Request approved stats in the Github API?
It's now possible to review pull requests using the GitHub API. See Submit a pull request review in the API docs.
Unfortunately, there is currently no support in the API for this. However, it is listed on the near-term platform roadmap.
Related
I represent an organization. we are building mobile app for students and would like to know if there is a way to integrate linked-in job postings to our APP. If any REST APIs exposed around that feature then would like to get more details about those APIs.
We are looking for following feature:
- Get the job posting from linked-in API.
- Search or Filter them.
- Provide an option to the user to apply for such posting.
UPDATE:
LinkedIn has updated its API and I couldn't find any information related to getting LinkedIn Jobs in LinkedIn's new API. According to this Zapier post, Zapier is removing triggers related to New Jobs because of the API changes. In addition, Zapier removed all integrations related to creating, getting, or updating LinkedIn Jobs.
In other words, LinkedIn has removed the ability to get job postings from the LinkedIn Rest API.
OLD ANSWER:
I just finished up customizing a WordPress Plugin that currently gets LinkedIn Company Updates to now get LinkedIn Company job postings from the LinkedIn REST API.
The key API call for you to make would be the following:
GET: https://api.linkedin.com/v1/companies/{id}/updates?format=json
IMPORTANT: Make sure to set the event-type parameter to job-posting when making your GET request.
There is more information on all of the parameters for this endpoint at https://developer.linkedin.com/docs/company-pages#company_profile.
I'm trying to add a webhook for tagged_places for users which authorized my app. It's possible?
I trying to use subscriptions as described here for checkins:
https://developers.facebook.com/docs/graph-api/webhooks/
But I wasn't receiving any POST request, just the GET request for make the subscription.
Does anyone have any ideia how do that?
I stumbled upon your question because I want to do pretty much the same thing. From what I have read so far it isn't possible, since the tagged_places field is not listed as a field which supports webhooks.
Does anyone know how to authorize GitHub API in developers.google.com? I could not find GitHub API in the API List. Could anyone tell which URL I need to fill in the blank to use as the scope parameter?
Thanks!
GitHub is not a Google product. Checkout GitHub's API documentation for this.
I have a collection of private repos and issues, that I would like to expose to users of my site.
Is it possible to list those on a page in my site, without the user having to have a github account and access to those repos?
Absolutely. LinkedIn offered the capability to list Github repos on your profile via one of the apps.
This question mentions a user doing just that.
I guess this is a pretty rare question, but it would be pretty cool if there was someway of doing this. My company has a private facebook group for all the employees and I would like if all the pushes i do on my repo i have on bitbucket.org would also show up on that facebook group.
Here's an easy way to make it post to Twitter: http://confluence.atlassian.com/display/BITBUCKET/Setting+Up+the+Bitbucket+Twitter+Service
I used to have an app in facebook that retranslates my twitter onto my wall. Don't know if this can be done with a group.
Bitbucket doesn't have facebook integration yet. So you can either write your own script, host it somewhere and use POST service or write python broker for facebook and submit it to bitbucket support: http://confluence.atlassian.com/display/BITBUCKET/Writing+Brokers+for+bitbucket
It is likely they could accept it, as long as they already have twitter integration