v2.2.4
This is a Java Based library useful to work with all json api services.
Add the JitPack repository to your build file
-
Add it in your root build.gradle at the end of repositories
repositories { ... maven { url 'https://jitpack.io' } }
repositories { ... maven("https://jitpack.io") }
-
Add the dependency
dependencies { implementation 'com.github.N7ghtm4r3:APIManager:2.2.4' }
dependencies { implementation("com.github.N7ghtm4r3:APIManager:2.2.4") }
- Add it in your root build.gradle at the end of repositories
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
- Add the dependency
<dependency>
<groupId>com.github.N7ghtm4r3</groupId>
<artifactId>APIManager</artifactId>
<version>2.2.4</version>
</dependency>
- Java
- TradingTools allows you to calculate things like percent, forecast of an asset, etc
- JsonHelper allows you to fetch data from JSON with default value if not exits and create list of values in automatically and this with auto search path to get value requested, so you don't have to passing correct path by hand
- CryptocurrencyTool allows you to fetch details about one coin like name, index, logo image and other
- ScientificNotationParser allows you format a numeric value without scientific notation
- TimeFormatter allows you to format in different ways the time value
The other tools will be gradually released
- APIRequest allows you to manage the API request of the APIs services
- SocketManager allows you to manage the socket communication easily
- AES encryption package allows you to use the AES encryption type easily
- RSA encryption package allows you to use the RSA encryption type easily
- QRCodeHelper allows you to create the QRCODE easily
- ConsolePainter allows you to customize your console outputs easily
- ResourcesUtils allows you to use the resources folder easily
The other apis will be gradually released
If you need help using the library or encounter any problems or bugs, please contact us via the following links:
Thank you for your help!
If you want support project and developer
Crypto | Address | Network |
---|---|---|
3H3jyCzcRmnxroHthuXh22GXXSmizin2yp | Bitcoin | |
0x1b45bc41efeb3ed655b078f95086f25fc83345c4 | Ethereum |
If you want support project and developer with PayPal
Copyright © 2024 Tecknobit