项目作者: jaredcnance

项目描述 :
.Net Project Dependency Status API
高级语言: C#
项目地址: git://github.com/jaredcnance/dotnet-status.git
创建时间: 2017-07-03T17:32:43Z
项目社区:https://github.com/jaredcnance/dotnet-status

开源协议:GNU General Public License v3.0

下载


dotnet-status

status

This project provides an open API to get the current status of your
dotnet project dependencies.

Requirements

  • You must have a .sln file at the root of your repository.
  • Your GitHub repository must be public

API

Currently, we only support GitHub projects. To get the status of your dependencies, simply:

  1. curl "http://dotnet-status.com/api/status/gh/{USER}/{PROJECT}"

An example, for the JsonApiDotNetCore repository:

  1. curl "http://dotnet-status.com/api/status/gh/Research-Institute/json-api-dotnet-core"

Development

Pre-Requisites

  • .Net Core (see dotnet-status.csproj for current version)
  • Yarn
  • Ember CLI

Installing SignalR Client

Since npm doesn’t support per-package registries in package.json, there is an extra step required to
use the SignalR pre-release client:

  1. npm install signalr-client --registry https://dotnet.myget.org/f/aspnetcore-ci-dev/npm/