Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenzhitong/neodocstopostmanjson
A tool to convert Neo RPC documents into postman exported json data
https://github.com/chenzhitong/neodocstopostmanjson
Last synced: 6 days ago
JSON representation
A tool to convert Neo RPC documents into postman exported json data
- Host: GitHub
- URL: https://github.com/chenzhitong/neodocstopostmanjson
- Owner: chenzhitong
- Created: 2024-08-27T06:08:59.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T09:30:59.000Z (3 months ago)
- Last Synced: 2024-08-28T07:32:46.419Z (3 months ago)
- Language: C#
- Size: 773 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeoDocsToPostmanJson
A tool to convert Neo RPC documents into postman exported json data.
## How to use
### Manually generated
- Download or clone the GitHub project https://github.com/neo-project/neo-dev-portal
- Run the project and enter the path, such as `D:\neo-dev-portal\n3\reference\rpc`
- The generated results will be output on the console and in the `RpcServer.postman_collection.json` file### Using online links (recommend)
You can use this link to import directly into Postman
https://docs.neo.org/RpcServer.postman_collection.json
![](assets/api_4.jpg)
![](assets/api_5.jpg)
![](assets/api_6.jpg)
You can even check out the API description directly to the right!
![](assets/api_7.jpg)