imgix / imgix-java

A Java client library for generating URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

refactor: prefer widths over targets #47

Closed ericdeansanchez closed 4 years ago

ericdeansanchez commented 4 years ago

The purpose of this PR is to canonicalize the name of the target widths value passed to createSrcSet. The goal is to seek uniform naming conventions throughout the SDK. Here, we have chosen to prefer widths over the generic targets name we had used in this codebase.