zpanel / zpanelx

ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS's.
http://www.zpanelcp.com
Other
415 stars 297 forks source link

Version control the API url #183

Closed trojanspike closed 10 years ago

trojanspike commented 10 years ago

I don't think there are many people using the API & if there are it would just be an easy change in their connecting URL.

I'm doing some changes to the main API , taking it away from XML and getting it up to standard using cURL & json. Making it more secure .

I'll also be updating the PHP xmws client. https://github.com/trojanspike/xmws-php-client/tree/release/1.1 If anyone wants to contribute , feel free.

ghost commented 10 years ago

Great

TheNigelist commented 10 years ago

I use the API a lot for my billing module. Will be keeping a close eye on this.

allebb commented 10 years ago

I see little point in versioning this atm especially as there are no other versions of the API avaialble and really I have no intension in changing this until the next release so really, don't worry Nigel... this isn't getting merged :)

On 10 April 2014 19:14, Nigel Caldwell notifications@github.com wrote:

I use the API a lot for my billing module. Will be keeping a close eye on this.

Reply to this email directly or view it on GitHubhttps://github.com/zpanel/zpanelx/pull/183#issuecomment-40119317 .

trojanspike commented 10 years ago

I'm making a V2 which is why I need the version control otherwise I'll be hacking the current version.