marcferna/shoutcast-api-client

View on GitHub
lib/shoutcast/api/client.rb

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

def search(
keyword:,
limit: nil,
offset: nil,
bitrate: nil,
Severity: Minor
Found in lib/shoutcast/api/client.rb and 1 other location - About 35 mins to fix
lib/shoutcast/api/client.rb on lines 39..57

Similar blocks of code found in 2 locations. Consider refactoring.
Open

def genre_search(
genre:,
limit: nil,
offset: nil,
bitrate: nil,
Severity: Minor
Found in lib/shoutcast/api/client.rb and 1 other location - About 35 mins to fix
lib/shoutcast/api/client.rb on lines 18..36
Category
Status