{"library":"fast-api","type":"library","category":null,"description":"Fast API (version 0.4.0) is a Node.js framework for building RESTful APIs by organizing service files in a folder structure. It automatically maps file paths to API endpoints, supports nested folders, and integrates Bluebird promises and Lodash utilities. Unlike other frameworks, it eliminates manual route definitions and auto-generates JSON documentation. Current release is 0.4.0; maintenance is sporadic with no recent updates.","language":"javascript","status":"maintenance","version":"0.4.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install fast-api","imports":["const Fast = require('fast-api'); const app = Fast.createServer({ apiRoot: '/path/to/api' });","module.exports.routes = { '/': { httpMethod: 'get', service: 'handler' } };","// Inside service handler: Core.promise, Core.utils, Core.api.otherService()"]},{"cmd":"yarn add fast-api","imports":[]},{"cmd":"pnpm add fast-api","imports":[]}],"homepage":"https://github.com/guyklainer/fast","github":"git@github.com:guyklainer/fast","docs":null,"changelog":null,"pypi":null,"npm":"fast-api","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}