0.4.0 • Published 4 years ago

@responseams/app-config v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@responseams/app-config

Allows programatically building a Response App config for the Nuxt.js application using a declarative chaining API with TypeScript or JavaScript.

Usage

const Response = require('@responseams/app-config');

return new Response().withApiURL('http://api.mydomain.com').getObject();