equal
deleted
inserted
replaced
128 </div> |
128 </div> |
129 </div><div class="item" id="api-methods"> |
129 </div><div class="item" id="api-methods"> |
130 <h3>Methoden</h3> |
130 <h3>Methoden</h3> |
131 <div class="item" id="method-sms"> |
131 <div class="item" id="method-sms"> |
132 <h4>Sms</h4> |
132 <h4>Sms</h4> |
133 <p><code>sms(self, apikey, message, recipients, route='default')</code></p> |
133 <p><code>sms(apikey, message, recipients, route='default')</code></p> |
134 <p>Versendet eine SMS.</p> |
134 <p>Versendet eine SMS.</p> |
135 <h5>Parameter</h5> |
135 <h5>Parameter</h5> |
136 <table class="docs"> |
136 <table class="docs"> |
137 <thead> |
137 <thead> |
138 <tr> |
138 <tr> |
179 </tr> |
179 </tr> |
180 </tbody> |
180 </tbody> |
181 </table> |
181 </table> |
182 </div><div class="item" id="method-fax"> |
182 </div><div class="item" id="method-fax"> |
183 <h4>Fax</h4> |
183 <h4>Fax</h4> |
184 <p><code>fax(self, apikey, subject, fax, recipients, route='default')</code></p> |
184 <p><code>fax(apikey, subject, fax, recipients, route='default')</code></p> |
185 <p>Versendet ein FAX.</p> |
185 <p>Versendet ein FAX.</p> |
186 <h5>Parameter</h5> |
186 <h5>Parameter</h5> |
187 <table class="docs"> |
187 <table class="docs"> |
188 <thead> |
188 <thead> |
189 <tr> |
189 <tr> |
234 </tr> |
234 </tr> |
235 </tbody> |
235 </tbody> |
236 </table> |
236 </table> |
237 </div><div class="item" id="method-mail"> |
237 </div><div class="item" id="method-mail"> |
238 <h4>Mail</h4> |
238 <h4>Mail</h4> |
239 <p><code>mail(self, apikey, subject, body, recipients, frm, route='default')</code></p> |
239 <p><code>mail(apikey, subject, body, recipients, frm, route='default')</code></p> |
240 <p>Versendet eine Email.</p> |
240 <p>Versendet eine Email.</p> |
241 <h5>Parameter</h5> |
241 <h5>Parameter</h5> |
242 <table class="docs"> |
242 <table class="docs"> |
243 <thead> |
243 <thead> |
244 <tr> |
244 <tr> |
293 </tr> |
293 </tr> |
294 </tbody> |
294 </tbody> |
295 </table> |
295 </table> |
296 </div><div class="item" id="method-status"> |
296 </div><div class="item" id="method-status"> |
297 <h4>Status</h4> |
297 <h4>Status</h4> |
298 <p><code>status(self, apikey, id=None, detailed=False)</code></p> |
298 <p><code>status(apikey, id=None, detailed=False)</code></p> |
299 <p>Gibt den aktuellen Status eines Auftrages zurück.</p> |
299 <p>Gibt den aktuellen Status eines Auftrages zurück.</p> |
300 <h5>Parameter</h5> |
300 <h5>Parameter</h5> |
301 <table class="docs"> |
301 <table class="docs"> |
302 <thead> |
302 <thead> |
303 <tr> |
303 <tr> |
347 </tr> |
347 </tr> |
348 </tbody> |
348 </tbody> |
349 </table> |
349 </table> |
350 </div><div class="item" id="method-stop"> |
350 </div><div class="item" id="method-stop"> |
351 <h4>Stop</h4> |
351 <h4>Stop</h4> |
352 <p><code>stop(self, apikey, id)</code></p> |
352 <p><code>stop(apikey, id)</code></p> |
353 <p>Stoppt den angegeben Auftrag.</p> |
353 <p>Stoppt den angegeben Auftrag.</p> |
354 <h5>Parameter</h5> |
354 <h5>Parameter</h5> |
355 <table class="docs"> |
355 <table class="docs"> |
356 <thead> |
356 <thead> |
357 <tr> |
357 <tr> |
372 </tr> |
372 </tr> |
373 </tbody> |
373 </tbody> |
374 </table> |
374 </table> |
375 </div><div class="item" id="method-routes"> |
375 </div><div class="item" id="method-routes"> |
376 <h4>Routes</h4> |
376 <h4>Routes</h4> |
377 <p><code>routes(self, apikey, typ)</code></p> |
377 <p><code>routes(apikey, typ)</code></p> |
378 <p>Gibt eine Liste aller verfügbaren Provider zurück.</p> |
378 <p>Gibt eine Liste aller verfügbaren Provider zurück.</p> |
379 <h5>Parameter</h5> |
379 <h5>Parameter</h5> |
380 <table class="docs"> |
380 <table class="docs"> |
381 <thead> |
381 <thead> |
382 <tr> |
382 <tr> |
415 </tr> |
415 </tr> |
416 </tbody> |
416 </tbody> |
417 </table> |
417 </table> |
418 </div><div class="item" id="method-defaultRoute"> |
418 </div><div class="item" id="method-defaultRoute"> |
419 <h4>DefaultRoute</h4> |
419 <h4>DefaultRoute</h4> |
420 <p><code>defaultRoute(self, apikey, typ)</code></p> |
420 <p><code>defaultRoute(apikey, typ)</code></p> |
421 <p>Gibt den Standardprovider zurück.</p> |
421 <p>Gibt den Standardprovider zurück.</p> |
422 <h5>Parameter</h5> |
422 <h5>Parameter</h5> |
423 <table class="docs"> |
423 <table class="docs"> |
424 <thead> |
424 <thead> |
425 <tr> |
425 <tr> |