A Url Builder for mongoose-bread.
mongoose-bread is a pagination and softdelete library for quick feature-rich setup of JSON apis. This package accompanies the frontend by creating urls with chainable methods, instead of string concatenation, to create api requests.
none
npm install mongoose-bread-url-builder
Import the plugin in your Project
// your imports
import BreadUrlBuilder from "mongoose-bread-url-builder";
const rootUrl = "https://api.example.com/api/v1/"
const urlBuilder = new BreadUrlBuilder(rootUrl)