1.0.4 • Published 1 year ago

@js-from-routes/client v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation 💿

npm i @js-from-routes/client # yarn add @js-from-routes/client

Usage 🚀

import { formatUrl, request } from '@js-from-routes/client'

formatUrl('/video_clips/:id/download', { id: 5 }) == '/video_clips/5/download'

const video = await request('get', '/video_clips/:id', { id: 5 })

License

This library is available as open source under the terms of the MIT License.

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago