0.7.1 • Published 7 years ago

api-provider-azure-functions v0.7.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.7.0

7 years ago

0.6.41

7 years ago

0.6.40

7 years ago

0.6.39

7 years ago

0.0.1

7 years ago