SynapseProject / handlers.ActiveDirectory.net

Synapse is lightweight execution engine for unifying federated data sources and processes. The ActiveDirectory Handler allows for programatic manipulation of an Active Directory instance.
MIT License
0 stars 1 forks source link

AdApi : Enum values produce invalid JSON #129

Closed GuyWaguespack closed 6 years ago

GuyWaguespack commented 6 years ago

When returning an Enum value from the CustomPlan method, the values are returned as strings but don't have quotes around them to make them "valid JSON" by default.

This may be fixed by GitHub Issue# 128 - Specify ReturnType in Request.

GuyWaguespack commented 6 years ago

Removed Enum values from the return objects in the API.