Skip to content

This package provides a common process and interface for sending API requests. This package was created for use in my personal side project, but it is necessary to import this package if you want to use a package created using the standards in this package.

License

myConsciousness/api-commons

Repository files navigation

API Commons

What is it?

This package provides a common process and interface for sending API requests.

This package was created for use in my personal side project, but it is necessary to import this package if you want to use a package created using the standards in this package.

How To Use

Note:
Replace version you want to use. Check the latest Packages.
Please contact me for a token to download the package.

Maven

<dependency>
  <groupId>org.thinkit.api.common</groupId>
  <artifactId>api-commons</artifactId>
  <version>v1.0.12</version>
</dependency>

<servers>
  <server>
    <id>github</id>
    <username>myConsciousness</username>
    <password>xxxxxxxxxxxxxxxxxx</password>
  </server>
</servers>

Gradle

repositories {
    maven {
        name = "GitHubPackages"
        url = uri("https://maven.pkg.github.com/myConsciousness/api-commons")
        credentials {
          username = "myConsciousness"
          password = "xxxxxxxxxxxxxxxxxx"
        }
    }
}

dependencies {
    implementation 'org.thinkit.api.common:api-commons:v1.0.12'
}

License

Copyright 2020 Kato Shinya.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing permissions and limitations under
the License.

More Information

API Commons was designed and implemented by Kato Shinya, who works as a freelance developer.

Regardless of the means or content of communication, I would love to hear from you if you have any questions or concerns. I do not check my email box very often so a response may be delayed, anyway thank you for your interest!

About

This package provides a common process and interface for sending API requests. This package was created for use in my personal side project, but it is necessary to import this package if you want to use a package created using the standards in this package.

Topics

Resources

License

Stars

Watchers

Forks

Languages