John Bauer
John Bauer
Allow us to not generate an api method for http options.
In order to use a personal access token the library has to add the Authorization: Bearer header instead of the basic auth. I have a pull request that implements this.
Used a pointer to represent the CampaignCreationSegmentOptions and marked it as omitempty. This is neccessary for a functional campaign with no segments to be created
The last tag was in January. It would be good to have another one created so Go Get brings the newest versions
I need to be able to create groups and users. Any idea if you are planning that?
## Problem statement I have an api that I need to use mutual authentication on only a few routes. In our previous versions I just split normal TLS into one...
Is there a way that I can configure VS code to format all the tables on a save? I have tried adding the following to the settings file but no...
I have tried the following with flattened JSON data like ` flattenedData := map[string]interface{}{ "foo.arr.0": "apple", "foo.arr.1": "banana", "oarr.0.id": "id1", "oarr.1.id": "id2", } // Create a new gabs container container...