-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
apiAn issue directly related to the public api of the libraryAn issue directly related to the public api of the librarydocumentationImprovements or additions to documentationImprovements or additions to documentationepicAn issue tracking a large piece of work that will be split into smaller issuesAn issue tracking a large piece of work that will be split into smaller issuesgood first issueGood for newcomersGood for newcomers
Description
The library currently lacks a lot of JavaDoc. Almost all classes are without JavaDoc with the authorization classes as an exception.
It would be great if JavaDoc were to be added for the following classes:
- All classes in the
spotify.api.interfacespackage - All private functions in the
spotify.api.implpackage (Overridden functions in implementation classes already inherit JavaDoc from their interface) - All classes in the
spotify.retrofit.servicespackage - All classes in the
spotify.api.enumspackage - All classes in the
spotify.factoriespackage - All classes in the
spotify.utilspackage - All classes in the
spotify.modelspackage (only a brief description of the model at the top of the class)
Metadata
Metadata
Assignees
Labels
apiAn issue directly related to the public api of the libraryAn issue directly related to the public api of the librarydocumentationImprovements or additions to documentationImprovements or additions to documentationepicAn issue tracking a large piece of work that will be split into smaller issuesAn issue tracking a large piece of work that will be split into smaller issuesgood first issueGood for newcomersGood for newcomers