Skip to content

Instantly share code, notes, and snippets.

@ChrisChinchilla
Created December 12, 2016 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisChinchilla/1a734e0a4e8e206ffd660f7d1fdd8ea4 to your computer and use it in GitHub Desktop.
Save ChrisChinchilla/1a734e0a4e8e206ffd660f7d1fdd8ea4 to your computer and use it in GitHub Desktop.
Langues SDK Test

CF Home Mixins

JavaScript

Links

SDK documentation

View on GitHub

Description

Get the JavaScript SDK and use it in your project:

npm install contentful

PHP

Links

SDK documentation

View on GitHub

Description

Get the PHP SDK and use it in your project:

php composer.phar contentful/contentful:@beta

.Net

Links

SDK documentation

View on GitHub

Description

Get the .Net SDK and use it in your project by using the following command in your NuGet package manager console:

Install-Package contentful.csharp -prerelease

Ruby

Links

SDK documentation

View on GitHub

Description

Get the Ruby SDK and use it in your project by adding the following to your Gemfile:

gem 'contentful'

Swift

Links

SDK documentation

View on GitHub

Description

I need to think about Swift, you can do it 3 ways :/.

Java

Links

SDK documentation

View on GitHub

Description

Get the Java SDK and use it in your project using Maven:

<dependency>
  <groupId>com.contentful.java</groupId>
  <artifactId>java-sdk</artifactId>
  <version>7.2.0</version>
</dependency>

or Gradle:

compile 'com.contentful.java:java-sdk:7.2.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment