d

data-and-reporting-sdk

Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication in Version 2 end points. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources.
https://www.shell.com/
MIT License
developer sdksio
文件下载
文件名 操作
data-and-reporting-sdk-1.0.0.jar 下载
data-and-reporting-sdk-1.0.0.pom 下载
data-and-reporting-sdk-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.sdks</groupId>
  <artifactId>data-and-reporting-sdk</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.sdks:data-and-reporting-sdk:1.0.0'
Gradle Kotlin
implementation("io.sdks:data-and-reporting-sdk:1.0.0")
Scala SBT
libraryDependencies += "io.sdks" % "data-and-reporting-sdk" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.sdks', module='data-and-reporting-sdk', version='1.0.0')
)
Apache Ivy
<dependency org="io.sdks" name="data-and-reporting-sdk" rev="1.0.0" />
Leiningen
[io.sdks/data-and-reporting-sdk "1.0.0"]
Apache Buildr
'io.sdks:data-and-reporting-sdk:jar:1.0.0'