BigCommerce SDK

Java SDK for BigCommerce REST APIs

Лицензия

Лицензия

Группа

Группа

com.channelape
Идентификатор

Идентификатор

bigcommerce-sdk
Последняя версия

Последняя версия

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

BigCommerce SDK
Java SDK for BigCommerce REST APIs
Ссылка на сайт

Ссылка на сайт

https://github.com/channelape/bigcommerce-sdk
Система контроля версий

Система контроля версий

https://github.com/channelape/bigcommerce-sdk/tree/master

Скачать bigcommerce-sdk

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/ -->
<dependency>
    <groupId>com.channelape</groupId>
    <artifactId>bigcommerce-sdk</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/
implementation 'com.channelape:bigcommerce-sdk:2.0.1'
// https://jarcasting.com/artifacts/com.channelape/bigcommerce-sdk/
implementation ("com.channelape:bigcommerce-sdk:2.0.1")
'com.channelape:bigcommerce-sdk:jar:2.0.1'
<dependency org="com.channelape" name="bigcommerce-sdk" rev="2.0.1">
  <artifact name="bigcommerce-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.channelape', module='bigcommerce-sdk', version='2.0.1')
)
libraryDependencies += "com.channelape" % "bigcommerce-sdk" % "2.0.1"
[com.channelape/bigcommerce-sdk "2.0.1"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.glassfish.jersey.core : jersey-client jar 2.24.1
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.24.1
org.glassfish.jersey.media : jersey-media-jaxb jar 2.24.1
org.apache.commons : commons-lang3 jar 3.5
joda-time : joda-time jar 2.9.9
org.slf4j : log4j-over-slf4j jar 1.7.22
com.github.rholder : guava-retrying jar 2.0.0

test (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
com.github.rest-driver : rest-client-driver jar 2.0.0
org.json : json jar 20160810
org.slf4j : slf4j-simple jar 1.7.22
org.eclipse.persistence : org.eclipse.persistence.moxy jar 2.6.4

Модули Проекта

Данный проект не имеет модулей.

BigCommerce SDK

Java SDK for BigCommerce REST APIs

Service Develop Master
CI Status Build Status Build Status

Quality Gate Coverage

Maven

	<dependency>
	    <groupId>com.channelape</groupId>
	    <artifactId>bigcommerce-sdk</artifactId>
	    <version>2.0.0</version>
	</dependency>

Quickstart

Creating SDK with store hash, client ID, and access token then making a sample call:

	final BigcommerceSdk bigcommerceSdk = BigcommerceSdk.newBuilder().withStoreHash(storeHash)
			.withClientId(clientId).withAccessToken(accessToken).build();
	final CatalogSummary catalogSummary = bigcommerceSdk.getCatalogSummary();

Building from source

1. Install Maven
2. Install JDK 8
3. Clone the repository.
3. Navigate to repository directory and run `mvn install`

Release Notes

Please see our release notes here: https://github.com/ChannelApe/bigcommerce-sdk/releases

com.channelape

ChannelApe

Версии библиотеки

Версия
2.0.1
2.0.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1