0.7.1 • Published 6 years ago

api-provider-azure-functions v0.7.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

api-provider-azure-functions

API provider for building api-core based APIs consumable via HTTP using Azure Functions framework.

Installation

npm install api-provider-azure-functions

Usage

import { AzureFunctionsApiProvider } from "api-provider-azure-functions";

const API = new Api(...);
const provider = new AzureFunctionsApiProvider(API);
      
module.exports = async function (context, req) {
    context.res = await provider.processRequest(req)
    context.done();
};
0.7.1

6 years ago

0.7.0

6 years ago

0.6.41

6 years ago

0.6.40

6 years ago

0.6.39

6 years ago

0.0.1

6 years ago