Last active
          July 29, 2016 11:53 
        
      - 
      
 - 
        
Save hpstuff/c845be096aeb7b85bca03cb45b9c93b5 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | List<BusinesHours> hours; | |
| List<WeekViewModel> weeks; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "data": [ | |
| { | |
| "type": "business_hours", | |
| "id": "21", | |
| "attributes": { | |
| "id": "21", | |
| "doctor_id": "5", | |
| "day": "2", | |
| "fromtime": "00:10:33", | |
| "totime": "00:22:22" | |
| } | |
| }, | |
| { | |
| "type": "business_hours", | |
| "id": "20", | |
| "attributes": { | |
| "id": "20", | |
| "doctor_id": "5", | |
| "day": "3", | |
| "fromtime": "00:01:23", | |
| "totime": "00:12:22" | |
| } | |
| } | |
| ] | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment