A
A
API
Search
⌃
K
A
A
API
Search
⌃
K
Yumpu documentations
JS
Introduction
Quick setup
Magazine example's
Bookshelf example's
FAQs
API
Introduction
Getting started
API token
Document API
User API
Search API
Install SDK's
Limits
Flowchart of basic processes
Documents
Document
Document hotspots
Document hotspot
Document progress
Document categories
Document languages
Countries
Collections
Collection
Section
Section document
Search
User
Embeds
Embed
Members
Member
Access tags
Access tag
Subscriptions
Subscription
Powered By
GitBook
Install SDK's
How to add the packages to your project
Official Packages:
PHP SDK
Node.js SDK
Java SDK
PHP
JavaScript
Java
PHP SDK
Download:
git
clone https://github.com/Yumpu/Yumpu-SDK.git
How to use:
// include yumpu sdk
require_once
(
'../yumpu.php'
);
// make an instance of the Yumpu sdk class;
$yumpu
=
new
Yumpu
();
Node.js SDK
Download:
npm
install
yumpu
How to use:
// include yumpu sdk
var
yumpu
=
require
(
'yumpu'
);
// set your token
yumpu
.
setToken
(
'yourToken'
);
Java SDK
Download:
git
clone https://github.com/Yumpu/YumpuJavaSDK.git
How to use:
// include yumpu sdk
import
at
.
fes
.
service
.
Yumpu
;
// make an instance of the Yumpu sdk class and set your token
Yumpu
y
=
new
Yumpu
(
"your access token"
);
Community Packages:
Node.js SDK
from
w-vision
Previous
Search API
Next - API
Limits
Last modified
3yr ago