twilio / twilio-csharp

Twilio C#/.NET Helper Library for .NET6+.
MIT License
677 stars 301 forks source link

Incomplete documentation in RequestValidator.cs #745

Open JohnRosner opened 6 months ago

JohnRosner commented 6 months ago

Issue Summary

There is incomplete documentation to the public facing methods of RequestValidator.cs Specifically the overloaded Validate method and ValidateBody method are missing docs. Link

Code Snippet

public bool Validate(string url, string body, string expected)

public bool ValidateBody(string rawBody, string expected)

Details

In addition to including documentation for these two methods, I'd like the following details clarified in the documentation: