AlessandroSechi / zammad-go

BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

New replaces NewClient + cleanups #19

Closed miekg closed 1 month ago

miekg commented 2 months ago

Use New instead of NewClient to be more idomatic. Some cleanups, make a few functions private that don't need to be exported. Document how the authentication is applied.

Takes the place of #15, mostly mechanical and easier the editing conflicts.

Closes: #15