Support Custom Fields
Pre-release
Pre-release
Improvements
- Added alpha support for custom fields.
- Added convenience methods for working with a person's e-mail IDs.
- Added deserialization of
validation_errors
in Nation Builder remote exceptions. - Added a wrapper around
HttpWebRequest
, which now records all data sent to Nation Builder, and made it available in
NationBuilderRemoteException
. - Switched
Person.could_vote_status
type tobool?
, since the API seems to have changed.
Bug Fixes
- Made more
Person
fields nullable to fix JSON deserialization errors. - Fixed the data type of
Person.author
.