elimity-com / scim

Golang Implementation of the SCIM v2 Specification
MIT License
168 stars 55 forks source link

Rename getRaw to ToMap to expose in API #149

Closed andrewryno closed 1 year ago

andrewryno commented 1 year ago

This also makes ServiceProviderConfig and ResourceType match the ToMap method on Schema.

For our use-case, the server/handlers don't fit neatly in our existing HTTP server, so I'm wanting to use the objects without that part. In order to marshal properly we need access to these currently internal methods.

andrewryno commented 1 year ago

I've changed our use internally to use the handlers so this is no longer needed for us. And I would think most people are using the handlers anyway so this doesn't seem necessary anymore.