mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			HTTP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			184 B
		
	
	
	
		
			HTTP
		
	
	
	
	
	
GET {{triliumHost}}/etapi/app-info
 | 
						|
Authorization: {{authToken}}
 | 
						|
 | 
						|
> {%
 | 
						|
    client.assert(response.status === 200);
 | 
						|
    client.assert(response.body.clipperProtocolVersion === "1.0");
 | 
						|
%}
 |