@v4fire/client
Version:
V4Fire client core library
30 lines (26 loc) • 407 B
text/typescript
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
export default {
GET: [
{
query: {
value: undefined
},
response: {
name: 'foo',
value: 'bar',
'mods.someMod': 'bar',
setMod: ['anotherMod', 'bla']
}
},
{
query: {value: 1},
response: 'bar2'
}
]
};