diff options
| author | michael pereira | 2011-04-18 16:33:13 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-18 16:33:13 +0200 |
| commit | be3bf392777efb6c953064e095b5fe510bff1ca8 (patch) | |
| tree | d05ed80b1d25ce33b4bdf8d2c21a105e99b133b7 /api_test.html | |
| parent | Public Level -1 (nicht freigeschaltet) bei Bootiso und Bootos (diff) | |
| download | pbs2-be3bf392777efb6c953064e095b5fe510bff1ca8.tar.gz pbs2-be3bf392777efb6c953064e095b5fe510bff1ca8.tar.xz pbs2-be3bf392777efb6c953064e095b5fe510bff1ca8.zip | |
API-Key bei Membership & BootOS über API fertig
Diffstat (limited to 'api_test.html')
| -rw-r--r-- | api_test.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/api_test.html b/api_test.html new file mode 100644 index 0000000..754740c --- /dev/null +++ b/api_test.html @@ -0,0 +1,16 @@ +<form enctype='multipart/form-data' action='http://127.0.0.2/resource/addbootos/apikey/apikey1' method='POST'> +Title:<input name='title' type='text'/> +Description:<input name='description' type='text'/> +Expires:<input name='expires' type='text'/> +KCL:<input name='defaultkcl' type='text'/> +Distro:<input name='distro' type='text'/> +Distro-Version:<input name='distroversion' type='text'/> +Share:<input name='share' type='text'/> +Shortname:<input name='shortname' type='text'/> +Service:<input name='service' type='text'/> +Config File:<input name='config' type='file'/> +Kernel File:<input name='kernel' type='file'/> +Init File:<input name='init' type='file'/> +<input type='submit' value='Upload'/> +</form> +<style>input{display:block}</style> |
