Module: mixins/stat

The stat mixin is responsible for retrieving stats for a given Resouce.
Source:

Methods

(inner) stat(project_slug)

Retrieve the target languages of the project.
Parameters:
Name Type Description
project_slug string The projects slug
Source:
Example
txApi.languages('testproject').then(function(data) {})