Skip to content

This is a Java library with many apis ready to use in your own projects!

License

Notifications You must be signed in to change notification settings

N7ghtm4r3/APIManager

Repository files navigation

APIManager

v2.2.3

This is a Java Based library useful to work with all json api services.

Implementation

Add the JitPack repository to your build file

Gradle

  • Add it in your root build.gradle at the end of repositories

    Gradle (Short)

    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }

    Gradle (Kotlin)

    repositories {
        ...
        maven("https://jitpack.io")
    }
  • Add the dependency

    Gradle (Short)

    dependencies {
        implementation 'com.github.N7ghtm4r3:APIManager:2.2.3'
    }

    Gradle (Kotlin)

    dependencies {
        implementation("com.github.N7ghtm4r3:APIManager:2.2.3")
    }

Maven

  • 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.3</version>
</dependency>

🛠 Skills

  • Java

Tools available

  • 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

APIs available

The other apis will be gradually released

Authors

Support

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!

Badges

Twitter

Donations

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