I went the dummy route here (didn't add to instance functions / properties / utils) and simply replaced the problem areas with conditional evaluations to determine whether to append query string with ? or &.
If there is a better place to put some abstraction of this behavior in the library, let me know and I will fix this.
Hi,
I went the dummy route here (didn't add to instance functions / properties / utils) and simply replaced the problem areas with conditional evaluations to determine whether to append query string with ? or &.
If there is a better place to put some abstraction of this behavior in the library, let me know and I will fix this.
Resolves Issue #7.