Skip to content

hlaueriksson/AzureFunctionsInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

Information gathered on Azure Functions by executing Azure Functions ⚡️

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages