mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									3b86307984
								
							
						
					
					
						commit
						ff261047df
					
				@ -46,6 +46,9 @@ Clients written by awesome enthusiasts:
 | 
				
			|||||||
- [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core)
 | 
					- [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core)
 | 
				
			||||||
- [aes/unleash-client-python](https://github.com/aes/unleash-client-python) (Python 3)
 | 
					- [aes/unleash-client-python](https://github.com/aes/unleash-client-python) (Python 3)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### The Client API
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The client SDKs provides a simple abstraction making it easy to check feature toggles in your application. The code snippet below shows how you would use `Unleash` in Java.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```java
 | 
					```java
 | 
				
			||||||
if (unleash.isEnabled("AwesomeFeature")) {
 | 
					if (unleash.isEnabled("AwesomeFeature")) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user