Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 280 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 280 Bytes

Usage

  final client = XCommentsClient(
        'apiKey',
        urlApi: 'urlApi',
        id: 'id',
        user: User(name: 'username', token: 'user-token'),
  );

  XComments(client: client)

Laravel backend repo