excellarateinc / voyage-api-dotnet

Enterprise grade C# .NET Web Services API implementing industry standard best practices
Apache License 2.0
16 stars 14 forks source link

Add documentation to AccountsController Endpoints #143

Closed raymer closed 7 years ago

raymer commented 7 years ago

We need api documentation on the SendVerificationCode and VerifyCode endpoints like we have elsewhere.

I put TODOs where the documentation needs go.

ajayboina commented 7 years ago

@raymer I noticed SendVerificationCode and VerifyCode end points removed from AccountController.cs with Fix Build commit.

raymer commented 7 years ago

@ajayboina yeah they're in the VerificationController now. So I axed em' from the Account controller.

ajayboina commented 7 years ago

there is already documentation for it. Do you think API's need any additional documentation?

raymer commented 7 years ago

I'm going to roll all documentation into the swagger issue.