diff --git a/docs/n3/assets/api_3.jpg b/docs/n3/assets/api_3.jpg index 19c4d71..4aadb6c 100644 Binary files a/docs/n3/assets/api_3.jpg and b/docs/n3/assets/api_3.jpg differ diff --git a/docs/n3/assets/api_4.jpg b/docs/n3/assets/api_4.jpg new file mode 100644 index 0000000..c08cea5 Binary files /dev/null and b/docs/n3/assets/api_4.jpg differ diff --git a/docs/n3/assets/api_5.jpg b/docs/n3/assets/api_5.jpg new file mode 100644 index 0000000..9309370 Binary files /dev/null and b/docs/n3/assets/api_5.jpg differ diff --git a/docs/n3/assets/api_6.jpg b/docs/n3/assets/api_6.jpg new file mode 100644 index 0000000..da1b5fc Binary files /dev/null and b/docs/n3/assets/api_6.jpg differ diff --git a/docs/n3/reference/rpc/api.md b/docs/n3/reference/rpc/api.md index 37364e0..7f7ecc0 100644 --- a/docs/n3/reference/rpc/api.md +++ b/docs/n3/reference/rpc/api.md @@ -180,12 +180,16 @@ After sending the request, you will get the following responseļ¼š To make sure you get the latest result synchronize your client to the latest block height before you use the API. ::: -## Test tools +## Use Postman and Import data -You can use the Chrome extension in Postman to facilitate the test (Installation of the Chrome extension requires Internet connection). A test screenshot is shown below: +We recommend that you use [Postman](https://www.postman.com) to use the API -![image](../../assets/api_3.jpg) +![image](../../assets/api_3.jpg)After sign in or sign up a Posmtan account, you can directly import the Postman file we created https://docs.neo.org/RpcServer.postman_collection.json -## See also +![](../../assets/api_4.jpg) -[C# JSON-RPC Command List](https://github.com/chenzhitong/CSharp-JSON-RPC/blob/master/json_rpc/Program.cs) +![](../../assets/api_5.jpg) + +![](../../assets/api_6.jpg) + +Reference: [Import data into Postman](https://learning.postman.com/docs/getting-started/importing-and-exporting/importing-data/).