Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The documentation doesn't match what's in a JAR file. #1

Closed
yampolskiy opened this issue Mar 13, 2014 · 5 comments
Closed

The documentation doesn't match what's in a JAR file. #1

yampolskiy opened this issue Mar 13, 2014 · 5 comments

Comments

@yampolskiy
Copy link

For example where is this package at? com.amazonaws.services.kinesis.model

@gauravgh
Copy link
Contributor

The com.amazonaws.services.kinesis.model package comes from the AWS SDK for Java (which is a dependency of the Kinesis Client Library).

Can you point us to the documentation where we can make this clearer (e.g. is it the README for this repository, or the documentation on the AWS website)?

Thank you,
-Gaurav

@thatjpk
Copy link

thatjpk commented Jun 6, 2014

Are there even javadocs for amazon-kinesis-client posted anywhere? You're right yampolskiy is probably talking about the Java SDK docs (at http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/index.html), but if one wants to read the javadoc for a class in this project (say, KinesisClientLibConfiguration), where can we find it?

@gauravgh
Copy link
Contributor

gauravgh commented Jun 6, 2014

We'll look into publishing a javadocs page for amazon-kinesis-client. Currently, the javadocs are in the source code and available as a jar via Maven.

Thank you,
Gaurav

@thatjpk
Copy link

thatjpk commented Jun 6, 2014

Right on. I'm not very familiar with maven, but found mvn javadoc:jar source:jar built the javadoc and source jars I could point Eclipse at. I'd recommend putting that in this project's README.

Thanks for your help!

mathieufortin01 added a commit to mathieufortin01/amazon-kinesis-client that referenced this issue Aug 19, 2023
@brendan-p-lynch
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants