vigetlabs / gangway

A client-side API abstraction layer
MIT License
13 stars 1 forks source link

Kill default content type #44

Closed greypants closed 7 years ago

greypants commented 7 years ago

This was preventing Superagent from intelligently determining the correct content-type header to send. Since application/json is already the default type, there's no need to enforce it here.

Also adds a .nvmrc file. Tests fail on Node 6. Set it to 0.12.18

nhunzaker commented 7 years ago

👍