UNPKG

@argab/request-service

Version:

Provides a fully customizable Library for handling API using Request repositories and Stubs.

9 lines (7 loc) 258 B
import {RequestRepository} from '../../dist/index.js' export default class extends RequestRepository { getPosts(arg1, arg2, arg3, arg4, arg5) { console.log({arg1, arg2, arg3, arg4, arg5}) return this.client.get('/posts') } }