You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2020. It is now read-only.
Currently this wrapper only supports
GETrequests for the JSS REST API. We should add support for other HTTP methods such asPOST,PUT, andDELETE.For example, we can add a
postfunction to theJamfApiClientobject prototype and update themethodfor therequestfromGETtoPOST.For these HTTP methods in particular we should add solid test fixtures for Nock as well to avoid having to test on a production API.
We should also add code samples and update the README with useful documentation for these other methods.
/cc @mapbox/security @ianshward