bug
Something isn't working
p3
Affects a small number of users or is largely cosmetic
help wanted
Contributions welcome
good first issue
#
github-api-v4
Here are 59 public repositories matching this topic...
A iOS and Android app to monitor the Views, Clones and Star history of your GitHub repos
github
github-api
xamarin
xamarin-forms
xamarin-ios
xamarin-android
github-graphql
github-viewer
github-repository
github-clone
github-api-v3
github-api-v4
-
Updated
May 15, 2022 - C#
The most popular Discord dev toolkit with 500k+ users 🚀 ✨
github
python
api
bot
github-api
mongo
mongodb
async
discord
discord-bot
api-client
python3
github-bot
discord-py
discordbot
github-app
gitbot
github-api-v4
-
Updated
May 12, 2022 - Python
My Personal Portfolio built with NextJS and GitHub's GraphQL API. Uses SSR to always ensure repo stars and description are always up to date. Uses Notion as a CMS for the blog section.
-
Updated
May 1, 2022 - JavaScript
An iOS and Android app built in Xamarin.Forms demonstrating how to interact with GitHub's GraphQL API
graphql-client
graphql
github-api
xamarin
xamarin-forms
xamarin-ios
xamarin-android
github-graphql
github-api-v4
xamarin-graphql
graphql-net
-
Updated
May 9, 2022 - C#
This repository has moved: https://github.com/brminnick/gittrends
github
graphql-client
graphql
xamarin
xamarin-forms
xamarin-ios
xamarin-android
github-graphql
polly
refit
github-repository
github-api-v4
-
Updated
Aug 12, 2019 - C#
An automated tool created using Azure Functions that double checks each Readme to ensure every repository is leveraging Web Trends
github
github-api
microservices
csharp
microservice
serverless
dotnet
azure
dotnet-core
azure-functions
github-graphql
github-api-v3
github-api-v4
github-graphql-api
web-trends
github-graphql-apiv4
-
Updated
May 11, 2022 - C#
github贴吧化计划 | Serverless Forum based on 2012 Tieba design and Github API.
-
Updated
Dec 5, 2019 - JavaScript
A .NET library to easily understand GitHub's API Rate Limit
-
Updated
May 12, 2022 - C#
自动生成星图(stars 趋势)的 action
-
Updated
May 13, 2022 - Go
GitHub CLI extension to search for repositories
-
Updated
Dec 3, 2021 - Go
Next week Github contributions forecast using a LSTMs neuronal network with TensorFlow2 and Keras
-
Updated
Jan 14, 2020 - Python
Dev portfolio static site showing a user's Github repos grouped by topic
-
Updated
Apr 26, 2022 - Ruby
Github Data를 활용한 이력서 자동 제작 도구
-
Updated
Feb 21, 2022 - Python
github
rust
cli
unofficial
manage
github-client
blazingly-fast
github-cli
github-api-v3
github-api-v4
github-actions
blazing-fast
github-actions-secrets
built-with-rust
gh-cli-unofficial
-
Updated
May 9, 2022 - Rust
Create detailed and summary CSV reports of activity by a GitHub user, using the GraphQL API 👨💻 📊 🐍
github
python
graphql
github-api
python3
requests
github-graphql
graphql-api
reporting-tool
github-api-v4
github-graphql-api
-
Updated
Dec 19, 2021 - Python
lf-
commented
Jun 13, 2020
This essentially just means write a new graphql query or two to grab the IDs then delete the branches accordingly. I, however, need to sleep at the moment.
good first issue
Good for newcomers
GH profile searcher with minimalist design
-
Updated
Aug 20, 2020 - JavaScript
A GCloud Function that serves as an API Proxy for GitHub.
-
Updated
Mar 26, 2022 - TypeScript
Library with Apollo compiled queries and models for GitHub API V4
-
Updated
Mar 16, 2022 - Scala
-
Updated
Mar 7, 2019 - Python
LilHub is a minimalist GitHub browser.
-
Updated
Mar 26, 2019 - Kotlin
search organizations in Github
by using the Github GraphQL API
-
Updated
Apr 29, 2022 - TypeScript
Exploring github API v4 using GraphQL
-
Updated
Mar 3, 2019 - CSS
Github Animated Status using Serverless function on AWS
-
Updated
Apr 9, 2022 - TypeScript
Display a breakdown of programming languages across a GitHub user's repositories
-
Updated
Oct 31, 2018 - TypeScript
Simplified data fetching JS/TS client for GitHub's GraphQL v4 API
-
Updated
May 6, 2021 - TypeScript
Improve this page
Add a description, image, and links to the github-api-v4 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the github-api-v4 topic, visit your repo's landing page and select "manage topics."
Describe the bug
I have a local directory called "Advent of Code". It is not a git repository.
When trying to create a GitHub Repository from it using
gh repo create "Advent-of-Code" --private --source="Advent of Code\"I am warned that it is not a git repository.This warning includes a hint to run
git initbut the syntax is wrong as it just adds quotation marks to the end of the dir