Skip to content

API de consulta de repositórios existentes no Github filtrado por usuários.

Notifications You must be signed in to change notification settings

wellissonreis/RepositoriosGitHubApi

Repository files navigation

Portuguese

API de Descoberta de Repositórios Fantásticos no GitHub! 🚀

Bem-vindos ao meu mais novo playground de crescimento profissional! Preparem-se para explorar um mundo de códigos e projetos incríveis. 🌟

📜 Sobre o Projeto

Aqui, apresento a vocês a API de Descoberta de Repositórios do GitHub, um projeto em constante evolução que tem como objetivo trazer à tona os repositórios mais interessantes e inspiradores dos usuários.

Status Atual: Em Desenvolvimento 🛠️

Nesta fase inicial, a API exibe informações sobre repositórios sem nenhum filtro específico. Mas não se preocupem, grandes novidades estão a caminho!

🚀 Como Utilizar

  1. Primeiro, façam um clone deste repositório incrível para suas máquinas locais. 🖥️
  2. Certifiquem-se de ter a superpoderosa versão 6.0 do SDK .NET instalada em seus sistemas. 💻
  3. Depois de clonar o projeto, é hora de colocar a mão na massa e executá-lo!

🧪 Testando a API

A diversão começa quando vocês testam a API. Vocês podem escolher entre usar o heróico POSTMAN ou a empolgante interface do SWAGGER!

Usando o POSTMAN

Façam uma requisição para o seguinte ponto de entrada:

POST https://localhost:{porta}/LerRepositorio/{usuario}

Exemplo de Resposta

[
    {
        "nomeCompleto": "devAventureiro/Projeto-Espacial-Git",
        "nome": "Projeto-Espacial-Git",
        "descricao": "Navegue pelos confins do espaço cibernético com este incrível projeto!"
    },
    {
        "nomeCompleto": "codigoMágico/CatAPP-Tech",
        "nome": "CatAPP-Tech",
        "descricao": "Seu dia ficará mais iluminado com este app felino sensacional!"
    }
]

🚀 O Futuro

Este projeto está apenas começando, mas a jornada será repleta de recursos e informações.

Agradeço do fundo do meu coração tecnológico por embarcarem nesta aventura conosco! 🙌

Inglish

GitHub Repositories Discovery API! 🚀

Welcome to my latest professional growth playground! Get ready to explore a world of amazing code and projects. 🌟 🌟

📜 About the Project

Here, I present to you the GitHub Repositories Discovery API, an ever-evolving project aimed at bringing out the most interesting and inspiring user repositories.

Current Status: Under Development 🛠️

In this initial phase, the API displays information about repositories without any specific filters. But fret not, big surprises are on the horizon!

🚀 How to Get Involved

  1. First, clone this awesome repository to your local machines. 🖥️
  2. Make sure you have the supercharged version 6.0 of the .NET SDK installed on your systems. 💻
  3. After cloning the project, it's time to get hands-on and run it!

🧪 Testing the API

The fun begins when you test the API. You can choose between using the heroic POSTMAN or the exhilarating SWAGGER interface!

Using POSTMAN

Make a request to this entry point:

 POST https://localhost:{port}/LerRepositorio/{user}

Response Example

[
    {
        "fullName": "adventureDev/Space-Git-Project",
        "name": "Space-Git-Project",
        "description": "Navigate through the cyber space depths with this amazing project!"
    },
    {
        "fullName": "magicCode/CatAPP-Tech",
        "name": "CatAPP-Tech",
        "description": "Brighten up your day with this sensational feline app!"
    }
]

🚀 The Bright Future

This project is just beginning, but the journey will be filled with exciting features and even more incredible insights. Stay tuned for more updates!

I extend heartfelt thanks from my technological core for embarking on this adventure with us! 🙌

About

API de consulta de repositórios existentes no Github filtrado por usuários.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages