jar

com.jzhangdeveloper.newsapi : newsapi-java

Maven & Gradle

Jan 12, 2021
2 stars

News API Java · A Java Wrapper for News API

Table Of Contents

Latest Version

Download com.jzhangdeveloper.newsapi : newsapi-java JAR file - Latest Versions:

All Versions

Download com.jzhangdeveloper.newsapi : newsapi-java JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window newsapi-java-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jzhangdeveloper.newsapi.exceptions

├─ com.jzhangdeveloper.newsapi.exceptions.APIKeyDisabledException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.APIKeyExhaustedException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.APIKeyInvalidException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.APIKeyMissingException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.BadRequestException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.ParameterInvalidException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.ParametersMissingException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.RateLimitedException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.SourceDoesNotExistException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.SourcesTooManyException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.UnauthorizedException.class - [JAR]

├─ com.jzhangdeveloper.newsapi.exceptions.UnexpectedErrorException.class - [JAR]

com.jzhangdeveloper.newsapi.net

├─ com.jzhangdeveloper.newsapi.net.NewsAPI.class - [JAR]

├─ com.jzhangdeveloper.newsapi.net.NewsAPIClient.class - [JAR]

├─ com.jzhangdeveloper.newsapi.net.NewsAPIHttpResponse.class - [JAR]

├─ com.jzhangdeveloper.newsapi.net.NewsAPIResponse.class - [JAR]

com.jzhangdeveloper.newsapi.params

├─ com.jzhangdeveloper.newsapi.params.EverythingParams.class - [JAR]

├─ com.jzhangdeveloper.newsapi.params.RequestParams.class - [JAR]

├─ com.jzhangdeveloper.newsapi.params.SourcesParams.class - [JAR]

├─ com.jzhangdeveloper.newsapi.params.TopHeadlinesParams.class - [JAR]

com.jzhangdeveloper.newsapi.utils

├─ com.jzhangdeveloper.newsapi.utils.AuthTypes.class - [JAR]

├─ com.jzhangdeveloper.newsapi.utils.Endpoints.class - [JAR]

├─ com.jzhangdeveloper.newsapi.utils.HttpVersions.class - [JAR]

├─ com.jzhangdeveloper.newsapi.utils.Options.class - [JAR]

com.jzhangdeveloper.newsapi.models

├─ com.jzhangdeveloper.newsapi.models.Article.class - [JAR]

├─ com.jzhangdeveloper.newsapi.models.Everything.class - [JAR]

├─ com.jzhangdeveloper.newsapi.models.ResError.class - [JAR]

├─ com.jzhangdeveloper.newsapi.models.SearchResults.class - [JAR]

├─ com.jzhangdeveloper.newsapi.models.Source.class - [JAR]

├─ com.jzhangdeveloper.newsapi.models.Sources.class - [JAR]

├─ com.jzhangdeveloper.newsapi.models.TopHeadlines.class - [JAR]

Advertisement