DOC

com.alcosi.nft : nft-api-gateway

Maven & Gradle

Jun 12, 2024
0 stars

nft-api-gateway · The application is a ready API Gateway with implemented features, including: - Logging - Authorization - OpenAPI and Swagger distribution - Authentication and authorization with Ethereum wallets, including refresh tokens.

Table Of Contents

Latest Version

Download com.alcosi.nft : nft-api-gateway Javadoc & API Documentation - Latest Versions:

All Versions

Download com.alcosi.nft : nft-api-gateway Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
15.0

How to open Javadoc JAR file in web browser

  1. Rename the file nft-api-gateway-15.0-RELEASE-javadoc.jar to nft-api-gateway-15.0-RELEASE-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder nft-api-gateway-15.0-RELEASE-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "nft-api-gateway-15.0-RELEASE-sources.jar" -d "nft-api-gateway-15.0-RELEASE-javadoc" -subpackages 

Advertisement