...
This commit is contained in:
14
_archive/openrpc/generator/readme.md
Normal file
14
_archive/openrpc/generator/readme.md
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
## example how to use
|
||||
|
||||
```python
|
||||
|
||||
import heroserver.openrpc.generator
|
||||
|
||||
openrpc_spec = generator.openrpc_spec(
|
||||
path="~/code/git.threefold.info/projectmycelium/hero_server/generatorexamples/example1/specs"
|
||||
)
|
||||
|
||||
print(openrpc_spec)
|
||||
|
||||
```
|
Reference in New Issue
Block a user