Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 607 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 607 Bytes

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.