Open
Description
Clear and concise description of the problem
We need to make it easy to start using rstore with less boilerplate code
Suggested solution
const restPlugin = createSimpleRestPlugin({
baseUrl: '/api',
// Optionally customize requests
onFetch: (payload) => {
return { url: '', query: {}, headers: {}, body: {} }
},
})
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
No labels