Note: This work is licensed under the Apache License 2.0. If you contribute any non-trivial patches make sure to read and agree with the license.
Keep your pull requests small, otherwise it is less likely they will get merged.
- Fork trakt-java.
- Create a new branch and make great commits.
- If you add or modify endpoints, make sure to also create and run basic tests (see
src/test
). - If you make non-trivial changes (see above), make sure to add a copyright line at the top of the file.
- If you add or modify endpoints, make sure to also create and run basic tests (see
- Start a pull request against
main
.
- You can discuss or submit bug reports!
This project is built with Maven, see the pom.xml
in the root folder.
The tests provide temporary credentials (see BaseTestCase), so running tests should just work. If an unauthorized error is returned, let me know that the test credentials need to be refreshed.