| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a297cea commit 86ff3e0
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ make all SERPAPI_KEY='<your private key>' | |||
| 43 | 43 | Use quotes if your key contains shell-special characters. You need a SerpApi account to obtain a key: https://serpapi.com/dashboard | |
| 44 | 44 | ||
| 45 | 45 | `demo/src/main/java/demo/App.java`: | |
| 46 | - ```javapublic | ||
| 46 | + ```java | ||
| 47 | 47 | class App { | |
| 48 | 48 | public static void main(String[] args) { | |
| 49 | 49 | String apiKey = System.getenv("SERPAPI_KEY"); | |
@@ -577,6 +577,7 @@ implementation 'com.github.serpapi:serpapi-java:1.2.0' | |||
| 577 | 577 | | `SerpApiSearch` | `SerpApi` | | |
| 578 | 578 | | `client.getJson()` | `client.search(parameter)` | | |
| 579 | 579 | | `client.getHtml()` | `client.html(parameter)` | | |
| 580 | + | — | `client.markdown(parameter)` — new in 1.2.0, see [Markdown output](#markdown-output) | | ||
| 580 | 581 | | `client.getSearchArchive(id)` | `client.searchArchive(id)` | | |
| 581 | 582 | | `client.getAccount()` | `client.account()` | | |
| 582 | 583 | | `client.getLocation(parameter)` | `client.location(parameter)` | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,7 +65,7 @@ make all SERPAPI_KEY='<your private key>' | |||
| 65 | 65 | Use quotes if your key contains shell-special characters. You need a SerpApi account to obtain a key: https://serpapi.com/dashboard | |
| 66 | 66 | ||
| 67 | 67 | `demo/src/main/java/demo/App.java`: | |
| 68 | - ```javapublic | ||
| 68 | + ```java | ||
| 69 | 69 | class App { | |
| 70 | 70 | public static void main(String[] args) { | |
| 71 | 71 | String apiKey = System.getenv("SERPAPI_KEY"); | |
@@ -318,6 +318,7 @@ implementation 'com.github.serpapi:serpapi-java:1.2.0' | |||
| 318 | 318 | | `SerpApiSearch` | `SerpApi` | | |
| 319 | 319 | | `client.getJson()` | `client.search(parameter)` | | |
| 320 | 320 | | `client.getHtml()` | `client.html(parameter)` | | |
| 321 | + | — | `client.markdown(parameter)` — new in 1.2.0, see [Markdown output](#markdown-output) | | ||
| 321 | 322 | | `client.getSearchArchive(id)` | `client.searchArchive(id)` | | |
| 322 | 323 | | `client.getAccount()` | `client.account()` | | |
| 323 | 324 | | `client.getLocation(parameter)` | `client.location(parameter)` | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments