package
1.1.0
Repository: https://github.com/imulab/go-scim.git
Documentation: pkg.go.dev

# Functions

Command returns a cli.Command that starts an HTTP router to serve the SCIM API.
CreateHandler returns a route handler function for creating SCIM resources.
DeleteHandler returns a route handler function for deleting SCIM resource.
GetHandler returns a route handler function for getting SCIM resource.
HealthHandler returns a http handler to report service health status.
PatchHandler returns a route handler function for patching SCIM resource.
ReplaceHandler returns a route handler function for replacing SCIM resource.
ResourceTypeByIdHandler returns a route handler function get ResourceType by its id.
ResourceTypesHandler returns a route handler function for getting all defined ResourceType.
SchemaByIdHandler returns a route handler function get Schema by its id.
SchemasHandler returns a route handler function for getting all defined Schema.
SearchHandler returns a route handler function for searching SCIM resources.
ServiceProviderConfigHandler returns a http route handler to write service provider config info.