Skip to content

REST api returning information about GitHub repositories.

Notifications You must be signed in to change notification settings

ChrisRPL/GitHub-RESTapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GitHub-RESTapi

REST api returning information about GitHub repositories.

Table of contents

General info

GitHub-RESTapi is a ASP.NET Core REST API for for getting information about public GitHub repositories.

Technologies

  • C#
  • .NET 5.0 SDK
  • ASP .NET Core Web API

Setup

  1. Install .NET 5.0 SDK
  2. Install Visual Studio or JetBrains Rider
  3. Clone project and run in IDE
  4. Test API in Swagger or Postman

Sample JSON output

{
  "fullName": "flutter/flutter",
  "description": "Flutter makes it easy and fast to build beautiful apps for mobile and beyond.",
  "cloneUrl": "https://github.com/flutter/flutter.git",
  "stars": 119658
}

About

REST api returning information about GitHub repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages