Leaseweb / leaseweb-go-sdk

The Golang SDK for Leaseweb API

Home Page:https://developer.leaseweb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor doRequest function to use URL package instead of passing path & query parameters

majidkarimizadeh opened this issue · comments

Based on the discussion on PR #81, we want to have doRequest function with URL argument instead of passing path & query parameters, (in most cases we path empty string for query, so it can be resolved)