Skip to content

Latest commit

History

History
8 lines (5 loc) 路 386 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (5 loc) 路 386 Bytes

You can add new drivers. just keep in mind that each driver has a api.ts file, containing the following:

  1. The API to communicate with the IPG's API (containing requests and responses, errors and URLs)
  2. The API for the package (driver-specific configuration and interface, like multiplexing)

And remember to write tests for the driver you're adding.

Thank you for contributing.