API General Examples
From Openprovider API documentation
(Difference between revisions)
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
- | Here are some example PHP scripts you can | + | Here are some example PHP scripts you can either use to create your own implementation or simply process a small task you need to do at that moment. These scripts are command line driven and mostly do not write any logs, just output to the command line. |
- | DISCLAIMER: Usage of these scripts is at your own risk | + | DISCLAIMER: Openprovider is not responsible for the scripts listed on this page. We just collect them and share the ones that we think to be useful. Usage of these scripts is at your own risk. Any damages caused by errors caused as a result of using these scripts your own responsibility! |
==Usage== | ==Usage== | ||
These scripts are fully functional, but depend on the [[Example Class API PHP|API.php]]. Be sure to have this file present next to the PHP you are executing. | These scripts are fully functional, but depend on the [[Example Class API PHP|API.php]]. Be sure to have this file present next to the PHP you are executing. | ||
- | == | + | ==Example scripts== |
- | [[Bulk transferDomainRequest]] | + | * [[Bulk checkDomainRequest]] |
- | + | * [[Bulk transferDomainRequest]] | |
- | [[Replace existing zones with a DNS template]] | + | * [[Bulk transfer domains from TransIP]] |
+ | * [[Replace existing zones with a DNS template]] | ||
+ | * [[Retrieve full price list]] |
Current revision as of 10:06, 13 May 2019
Introduction
Here are some example PHP scripts you can either use to create your own implementation or simply process a small task you need to do at that moment. These scripts are command line driven and mostly do not write any logs, just output to the command line.
DISCLAIMER: Openprovider is not responsible for the scripts listed on this page. We just collect them and share the ones that we think to be useful. Usage of these scripts is at your own risk. Any damages caused by errors caused as a result of using these scripts your own responsibility!
Usage
These scripts are fully functional, but depend on the API.php. Be sure to have this file present next to the PHP you are executing.