mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			166 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			166 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								GET {{triliumHost}}/etapi/app-info
							 | 
						||
| 
								 | 
							
								Authorization: {{authToken}}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								> {%
							 | 
						||
| 
								 | 
							
								    client.assert(response.status === 200);
							 | 
						||
| 
								 | 
							
								    client.assert(response.body == "Hi there!");
							 | 
						||
| 
								 | 
							
								%}
							 |