forked from shipcloud/shipcloud-developer-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
210 lines (208 loc) · 7.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
---
layout: full
---
<div class="home">
<div class="container">
<div class="cnt">
<div class="row">
<div class="header">
<h1>shipcloud for developers</h1>
<br />
<h2>staying ahead of the devpack</h2>
</div>
</div>
</div>
</div>
</div>
<div class="container intro">
<h2>
{% icon fa-terminal %}
Welcome
</h2>
<div class="row">
<div class="col-md-12">
to the shipcloud developer portal where you - the developer - will hopefully get all the information you
need to get started with integrating shipcloud into your own service, shop, app or other crazy idea.
</div>
</div>
<div class="row">
<div class="col-md-12">
This is supposed to be your one stop for all developer needs. If you have any questions, feel free to contact us.
</div>
</div>
<div class="row">
<div class="col-md-12">
If there's anything missing in this portal, you've found a typo, bug or something isn't clear, the developer
portal is build as a public repository on github. Feel free to fork it, change things, make a pull request or
even run your own local version of it.
</div>
</div>
<h2>
{% icon fa-book %}
Getting started
</h2>
<div class="row">
<div class="col-md-12">
If you want to start testing our services fast - this is the way to go! Just follow these
simple steps:
</div>
</div>
<ol>
<li>
First of all you
<a href="https://app.shipcloud.io/de/users/sign_up?plan=developer" target="_blank">
register for our free developer plan.
</a>
</li>
<li>
Afterwards you can
<a href="https://app.shipcloud.io/de/users/api_key" target="_blank">
get your api keys from our backoffice
</a>
</li>
<li>
Start implementing your first api call using our
<a href="{{ site.baseurl }}/reference/#deleting-a-shipment">api reference</a>.
</li>
</ol>
<h3>
Integration guide
</h3>
<div class="row">
<div class="col-md-12">
If you like to know the ins and outs of our services and our api or want to write a new
plugin, extension, module, or library for your software or programming language, the best way
to get started is by downloading and reading the
<a href="{{ site.baseurl }}/concepts/#integration-guide">
integration guide.
</a>
</div>
</div>
<div class="row">
<div class="col-md-12">
In our integration guide we're trying to give you the best possible overview of what
shipcloud is trying to support you with. We're also providing you with an overview of
possible use cases and pitfalls when implemeting a shipping solution.
</a>
</div>
</div>
<h3>
Concepts
</h3>
<div class="row">
<div class="col-md-12">
Afterwards you should consider reading about a few of the
<a href="{{ site.baseurl }}/concepts/">
concepts
</a>
and principles that our api and services are adhering to. On our concepts page we're trying
to explain stuff like authentication, versioning, timeouts and a lot more basic and important
things you should know about when working with our api.
</div>
</div>
<!-- <h3>Postman</h3>
<div class="row">
<div class="col-md-12">
To make it easier to test our api we've created a collection that you can import into
<a href="https://www.getpostman.com" target="_blank">postman</a>. Just enter your api keys in
the form below and click the "Run in postman" button to import it into your postman app.
After importing the collection you can
<a href="https://www.getpostman.com/docs/test_multi_environments" target="_blank">select the
specific environment</a> (sandbox or production) from within the postman app and make calls
to our api.
</div>
</div>
<div class="row">
<div class="col-md-12">
We've tried to add as many of our examples to the collection, so feel free to explore the
collection a bit.
</div>
</div>
<div class="row">
<div class="col-md-12">
<form id="api-keys">
<div class="row">
<div class="col-md-2">
<label for="sandbox">sandbox api key</label>
</div>
<div class="col-md-3">
<input type="text" id="sandbox" style="width: 100%;">
</div>
<div class="col-md-2">
<label for="production">production api key</label>
</div>
<div class="col-md-3">
<input type="text" id="production" style="width: 100%;">
</div>
<div class="col-md-2">
<div class="postman-run-button"
data-postman-action="collection/import"
data-postman-var-1="fa265d769a11d85d1e9e">
</div>
<script type="text/javascript">
(function (p,o,s,t,m,a,n) {
!p[s] && (p[s] = function () { (p[t] || (p[t] = [])).push(arguments); });
!o.getElementById(s+t) && o.getElementsByTagName("head")[0].appendChild((
(n = o.createElement("script")),
(n.id = s+t), (n.async = 1), (n.src = m), n
));
}(window, document, "_pm", "PostmanRunObject", "https://run.pstmn.io/button.js"));
$( ".postman-run-button" ).on( "click", function() {
_pm('env.create', 'shipcloud sandbox', {
basic_auth: "Basic " + btoa($('#api-keys #sandbox').val() + ":")
});
_pm('env.create', 'shipcloud production', {
basic_auth: "Basic " + btoa($('#api-keys #production').val() + ":")
});
});
</script>
</div>
</div>
</form>
</div>
</div> -->
<div class="row">
<div class="col-md-12">
<h2>
{% icon fa-envelope-o %}
Newsletter
</h2>
<p>
Always stay up to date with our
<a href="{{ site.baseurl }}/newsletter">
developer journal
</a>
where we're writing about changes and updates to our api, providing you with useful insights
and keeping you up to date about where you can meet us to talk about the development side of
our services.
</p>
</div>
</div>
<h2>
{% icon fa-code %}
Not a developer?
</h2>
<div class="row">
<div class="col-md-12">
Don't panic! We've got you covered! There are already a hand full of
<a href="{{ site.baseurl }}/integrations">
plugins
</a>
written by other developers for a lot of the largest online shopping software solutions.
We're also directly integrated into a few shopping services like Gambio, Jimdo and
VersaCommerce.
</div>
</div>
<h2>
{% icon fa-life-ring %}
Need help?
</h2>
<div class="row">
<div class="col-md-12">
If at any point you're getting the feeling that you're lost or you're simply having a
question, because something we're describing isn't clear to you. Don't hesitate to
<a href="{{ site.baseurl }}/support">contact us</a>. We also have a Slack channel. If you
want to join us there, just send an email and we'll invite you.
</div>
</div>
</div>