Releases: jhu-idc/idc-golang
Releases · jhu-idc/idc-golang
Version 0.0.8
Version 0.0.7
Adds CreatedDate
and ChangedDate
to the JSON API structs that represent Drupal nodes.
Version 0.0.6
Adds UniqueId
field to the models in for Nodes, Taxonomy Terms and Media.
Version 0.0.5
Support HTTP basic authentication:
JsonApiUrl
accepts aUsername
andPassword
; a non-emptyUsername
will trigger an authenticated requestJsonApiData
provides aResolveWithBasicAuth
method, which accepts a username and password when resolving relationship references
Fixes an important bug when a trailing slash is present at the end of JsonApiUrl
: the extra slash will cause Drupal to issue a redirect. This is a problem for requests requiring authentication, because the redirect will drop any HTTP Authorization headers that were present on the original request. The JsonApiUrl.String()
method is updated to trim a trailing slash if it exists.
Version 0.0.4
Adds RestrictedAccess
field to the remote video model in JsonApiAttributes
and in ExpectedMediaRemoteVideo
in the expected model.
Version 0.0.3
- Adds
RestrictedAccess
field to the models inJsonApiMediaAttributes
and inExpectedMediaGeneric
in the expected model.
Version 0.0.2
- Adds
RawFilter
field toJsonApiUrl
- Adds convenience methods for obtaining typed values from the environment
Version 0.0.1
Initial release of the idc-golang
module.