//
//  Request_Settings.h
//  PlayGround
//
//  Created by MAC on 4/21/12.
//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#ifndef PlayGround_Request_Settings_h
#define PlayGround_Request_Settings_h

#define BASE_URL @"http://gzonevn.com/cowboy/index.php/"
#define SER_GALLERY @"http://v2.laredoheat.com/?page_id=2215"
#define RequestMethod_Get @"GET"
#define RequestMethod_POST @"POST"
#define RequestMethod_DELETE @"DELETE"
#define RequestMethod_PUSH @"PUSH"
#define AddContact @"api/contact"
#define Get_Menu @"api/menu"
#define Get_reviews @"api/review"
#define Get_offer @"api/offer"
#define Get_News @"api/news"
#define Send_Contacts @"api/contact"
#define Send_Booking @"api/booking"
#define Get_Playlist @"api/index"
//http://gzonevn.com/cowboy/index.php/
#define SendDivice @"http://gzonevn.com/cowboy/index.php/api/device"
#endif
