Haskell Interfacing with Jamf API

ChristopherGlov
New Contributor III

Is there support for Haskell interfacing with Jamf Rest API to pull data and manupulate it to advertise on another source?

2 REPLIES 2

chriscollins
Valued Contributor

I honestly can’t think of a reason why JAMF would care what language/libraries you use to access data via the rest API. However you make the http requests for data as long as it’s valid the API is going to return data and whatever you do with that data is up to you.

ChristopherGlov
New Contributor III

Ok nice. I just wanted to make sure we didnt void any support agreements and etc.