Skip to content

Commit 8d6c230

Browse files
author
woo0nise
committed
Add Chinese document
1 parent c5b52ce commit 8d6c230

8 files changed

Lines changed: 225 additions & 63 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# idea
2+
.idea/
13
# Compiled class file
24
*.class
35

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 79 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
[![GitHub (pre-)release](https://img.shields.io/github/release/0nise/fofa-java/all.svg)](https://github.com/0nise/fofa-java/releases)
33
[![stars](https://img.shields.io/github/stars/0nise/fofa-java.svg)](https://github.com/0nise/fofa-java/stargazers)
44
[![license](https://img.shields.io/github/license/0nise/fofa-java.svg)](https://github.com/0nise/fofa-java/blob/master/LICENSE)
5+
6+
[中文文档](https://github.com/0nise/fofa-java/blob/master/README_zh.md)
7+
58
## FOFA Pro API
69
[`FOFA Pro API`](https://fofa.so/api) is an asset search engine [`FOFA Pro`](https://fofa.so) provides a `RESTful API` interface for developers, allowing developers to integrate [`FOFA Pro`](https://fofa.so) functionality into their projects.
710
## FOFA SDK
@@ -84,7 +87,6 @@ public static void main(String[] args) throws Exception {
8487

8588
### get data
8689

87-
8890
#### Code
8991

9092
```java
@@ -107,6 +109,10 @@ FofaData{mode='extended', page=1, size=8578, totalPage=86, query='app="Solr"', r
107109

108110
## Update Log
109111

112+
2019-06-12
113+
114+
- Add Chinese document
115+
110116
2019-06-11
111117

112118
- change developer

0 commit comments

Comments
 (0)