-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
apiAn issue directly related to the public api of the libraryAn issue directly related to the public api of the libraryenhancementNew feature or requestNew feature or request
Description
Currently the library exposes a lot of internal details, a lot of classes are public. This may not be desirable as end users of the library shouldn't know of the implementation details.
A great enhancement would be to limit the exposure of implementation classes.
Only the following classes should be exposed:
SpotifyApiAuthorizationCodeFlowAuthorizationCodeFlowPKCEAuthorizationPKCERequestTokenAuthorizationRefreshTokenAuthorizationRequestTokenClientCredentialsFlow- All of the domain model objects
Metadata
Metadata
Assignees
Labels
apiAn issue directly related to the public api of the libraryAn issue directly related to the public api of the libraryenhancementNew feature or requestNew feature or request