项目作者: hlaueriksson

项目描述 :
Information gathered on Azure Functions by executing Azure Functions ⚡️
高级语言: C#
项目地址: git://github.com/hlaueriksson/AzureFunctionsInfo.git
创建时间: 2017-04-27T19:07:34Z
项目社区:https://github.com/hlaueriksson/AzureFunctionsInfo

开源协议:

下载


AzureFunctionsInfo

build

Information gathered on Azure Functions by executing Azure Functions

Azure Functions Logo

Get information about available:

  • Assemblies and their version
  • Types and what Assembly they belong to

This information is available for:

When is this useful?

  • If you are writing libraries for Azure Functions, and want to know what assembly versions to depend on.

Assemblies

Get information about available Assemblies and their version

Types

Get information about available Types and what Assembly they belong to

FullName

Query by:

The fully qualified name of the type, including its namespace but not its assembly

  • https://azurefunctionsinfov8.azurewebsites.net/api/Types?FullName={FullName}

Name

Query by:

The simple name of the type

  • https://azurefunctionsinfov8.azurewebsites.net/api/Types?Name={Name}