2.1.0 • Published 8 years ago

nodebb-plugin-ns-api v2.1.0

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

NodeBB: API

Additional API methods. This plugin depends on write-api plugin.

Version Dependencies bitHound Score Code Climate

Usage

In order to use these extended api methods, you should have Write Api Plugin in your system: activated and configured for token use.

API

/api/v1/users/:uid

Profile full data-set about the user

Result:

{
    user data
}

/api/v1/users/:uid/groups

Provides all groups to which user belongs.

Result:

{
    user: {mini profile of the user},
    groups: [groups collection]
}    
2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago