mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 03:52:30 +01:00 
			
		
		
		
	+ Added a bunch of API handler classes that will use the already created models + Created a new Client class that will connect to new API handler classes + Created new collection classes
		
			
				
	
	
		
			14 lines
		
	
	
		
			214 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			214 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # https://editorconfig.org
 | |
| root = true
 | |
| 
 | |
| [*]
 | |
| charset = utf-8
 | |
| indent_size = 4
 | |
| indent_style = space
 | |
| insert_final_newline = true
 | |
| trim_trailing_whitespace = true
 | |
| 
 | |
| [*.md]
 | |
| indent_size = 4
 | |
| trim_trailing_whitespace = false
 |