Vonage / vonage-java-sdk

Vonage Server SDK for Java. API support for SMS, Messages, Voice, Text-to-Speech, Numbers, Verify (2FA), Video and more.
https://developer.vonage.com/en/home
Apache License 2.0
96 stars 119 forks source link

Incorrect link to javadocs in ReadMe #426

Closed virginiaprivacycoalition closed 1 year ago

virginiaprivacycoalition commented 1 year ago

In the usage section of the readme for this repository, there is the following mention of the Javadocs for this SDK and a link to view them. image However, this link is for the URL "http://vonage.github.io/vonage-java-sdk/" which returns a 404 error code, even if the protocol is changed to HTTPS.

image

Anyway, I would have just submitted a PR to fix the link, but I cannot find the Vonage Java SDK javadocs online anywhere for the life of me.

SMadani commented 1 year ago

Thank you for reporting this. The Javadocs are not hosted anywhere, but your IDE should provide documentation automatically for the SDK if you download sources. If you'd like to browse the Javadocs for reference, you can use a service like javadoc.io. For more detailed documentation on our APIs and how to use them, please see our developer portal.