Github Repository Viewer API
收藏RapidAPI2023-06-25 更新2024-05-11 收录
下载链接:
https://rapidapi.com/hamidahjamiatul/api/github-repository-viewer-api
下载链接
链接失效反馈官方服务:
资源简介:
This Flask app provides a simple API to retrieve information about a GitHub repository. The API accepts requests with query parameters for the GitHub username and repository name and returns data about the repository in JSON format. The app uses the GitHub API to fetch the repository information and returns a 400 error if the required query parameters are missing or a 500 error if the repository information cannot be fetched. The app also includes a root endpoint that redirects to the reposit...
创建时间:
2023-06-25
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集是一个基于Flask的API应用,旨在通过查询GitHub用户名和仓库名称来获取仓库信息,并以JSON格式返回。它利用GitHub API获取数据,并在参数缺失或数据获取失败时返回相应的错误响应。
以上内容由遇见数据集搜集并总结生成



