Skip to content
github-api logo

GitHub API

The GitHub API provides endpoints for users to consume GitHub data as well as make changes on a user’s behalf. The latest version is v4, the GraphQL API. The GitHub GraphQL API v4 represents an architectural and conceptual shift from the GitHub REST API v3 and allows for users to craft queries of the exact data they need.

Here are 1,921 public repositories matching this topic...

iamnewton
iamnewton commented Feb 21, 2017

I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.

Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.

  • who? - who wrote the p
olleolleolle
olleolleolle commented Sep 27, 2018

The README needs a worked example of using the --future-release feature, so that CI tools and so on can build the CHANGELOG before any tags are created, keeping the CHANGELOG "inside the right tag".

  • Add a heading
  • Add an example
  • Add an introduction explaining when someone needs to use this

Update: You can extend the draft @mob-sakai created as a comment on this Issue.

https:/

choldgraf
choldgraf commented Apr 8, 2019

Hello 👋 this isn't a question about octobox tech itself, but on the process of donating.

tl;dr - does anybody know if there's a way to pay for a year's worth of octobox instead of month-by-month?

I saw that it's possible to support octobox "the company", which I'd like to do via a grant that we've got (I work at an educational institution so money flows through grants). However, I couldn

meetmangukiya
meetmangukiya commented May 28, 2017

I think while using API wrappers in scripts we have many places where things could go wrong. Wrong authorizations, not enough permissions, etc.

It'd nice to know if github3 accounts for the status of an API call, to know if it was successful or not, if not raise appropriate exceptions, document those exceptions, so they can be put to use.


Want to back this iss

You can’t perform that action at this time.