Skip to content
Snippets Groups Projects
Commit 3b478680 authored by juanf's avatar juanf
Browse files

Update java-javascript-v3-api.md

parent f95ce016
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -118,7 +118,7 @@ property [javax.net](http://javax.net).ssl.trustStore. Example:
Connecting in Java
**V3ConnectionExample.java**
```java
import ch.ethz.sis.openbis.generic.asapi.v3.IApplicationServerApi;
import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchResult;
import ch.ethz.sis.openbis.generic.asapi.v3.dto.space.Space;
......@@ -151,6 +151,7 @@ Connecting in Java
}
```
### Connecting in Javascript
......@@ -4144,4 +4145,4 @@ web application will do nothing.
console.log(sessionInfo.getUserName());
});
});
</script>
\ No newline at end of file
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment