brunocvcunha/instagram4j

View on GitHub
src/main/java/com/github/instagram4j/instagram4j/actions/igtv/IgtvAction.java

Summary

Maintainability
A
1 hr
Test Coverage

Method upload has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public CompletableFuture<MediaConfigureToIgtvResponse> upload(File videoFile, File coverFile,
            String title, String caption, boolean postToFeed) {

    Method upload has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public CompletableFuture<MediaConfigureToIgtvResponse> upload(byte[] data, byte[] cover,
                String title, String caption, boolean postToFeed) {

      There are no issues that match your filters.

      Category
      Status