Skip to content

Commit

Permalink
v1.12.3
Browse files Browse the repository at this point in the history
- Taxonomy query support
- Early Access Feature Support
  • Loading branch information
ishaileshmishra committed Dec 15, 2023
1 parent a79b551 commit 86ab663
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/main/java/com/contentstack/sdk/Contentstack.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,15 @@ protected Contentstack() throws IllegalAccessException {
* @param environment the environment for the stack
* @return the stack
* @throws IllegalAccessException the illegal access exception
* <p>
* <b>Example</b>
*
* <pre>
* {
* &#64;Code
* Stack stack = contentstack.Stack("apiKey", "deliveryToken", "environment");
* }
* <p>
* <b>Example</b>
*
* </pre>
* <pre>
* {
* &#64;Code
* Stack stack = contentstack.Stack("apiKey", "deliveryToken", "environment");
* }
* </pre>
*/
public static Stack stack(String stackApiKey, String deliveryToken, String environment)
throws IllegalAccessException {
Expand Down

0 comments on commit 86ab663

Please sign in to comment.