Home Reference Source

matilda-apiclient-js Build Status

Usage

import MatildaAPI from 'matilda-apiclient'
const client = new MatildaAPI('https://example.com')
client.getLanguages()
  .then(res => res.json())
  .then(data => {
    console.log('languages', data);
  })

Generated package documentation can be found at https://paulvollmer.net/matilda-apiclient-js/

License

MIT. See LICENSE for more details.