Skip to content

francoisedumas/github_api_training

Repository files navigation

Github API Training

Introduction to Github API

The target is to build an app enabling a Github's repo access to an invited guess. The step will be like in Netlify to validate access to a repo
Step 1 CTA to add new repo
Step 1 CTA to add new repo
Step 2 select Github
Step 2 select Github
Step 3 after validation select a repo
Step 3 after validation select a repo
Step 4 validation
Step 4 validation \

Starting with the basics

Rails new

Let's start by creating a new Rails app In the terminal

rails new github_api_training --database=postgresql

cd github_api_training
git add . && git commit -m "My new Github API training app"
gh repo create
git push origin master

Setup of Octokit gem

https://octokit.github.io/octokit.rb/

About

The target is to build an app enabling a Github's repo access to an invited guess using

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors