c

card-management-sdk

The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. 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. The internal workings of the platform are not important when interacting with the API. However, it is worth noting that the platform uses a microservice architecture to communicate with various backend systems and some API calls are processed asynchronously. All endpoints use the POST verb for retrieving, updating, creating and deleting resources in the Shell Card Platform. The endpoints that retrieve resources from the Shell Card Platform allow flexible search parameters in the API request body.
https://www.shell.com/
MIT License
developer sdksio
Files download
File Operation
card-management-sdk-1.2.0.jar download
card-management-sdk-1.2.0.pom download
card-management-sdk-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.sdks</groupId>
  <artifactId>card-management-sdk</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.sdks:card-management-sdk:1.2.0'
Gradle Kotlin
implementation("io.sdks:card-management-sdk:1.2.0")
Scala SBT
libraryDependencies += "io.sdks" % "card-management-sdk" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.sdks', module='card-management-sdk', version='1.2.0')
)
Apache Ivy
<dependency org="io.sdks" name="card-management-sdk" rev="1.2.0" />
Leiningen
[io.sdks/card-management-sdk "1.2.0"]
Apache Buildr
'io.sdks:card-management-sdk:jar:1.2.0'