File tree Expand file tree Collapse file tree 4 files changed +10
-320
lines changed Expand file tree Collapse file tree 4 files changed +10
-320
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ A python implementation of deriv api library.
33
44[ ![ PyPI] ( https://img.shields.io/pypi/v/python_deriv_api.svg?style=flat-square )] ( https://pypi.org/project/python_deriv_api/ )
55[ ![ Python 3.9.6] ( https://img.shields.io/badge/python-3.9.6-blue.svg )] ( https://www.python.org/download/releases/3.9.6/ )
6- [ ![ Test status] ( https://circleci.com/gh/binary-com/python-deriv-api.svg?style=shield&circle-token=8b7c7b39615ea83053044854105bf90975b18126 )] ( https://app.circleci.com/pipelines/github/binary -com/python-deriv-api )
6+ [ ![ Test status] ( https://circleci.com/gh/binary-com/python-deriv-api.svg?style=shield&circle-token=8b7c7b39615ea83053044854105bf90975b18126 )] ( https://app.circleci.com/pipelines/github/deriv -com/python-deriv-api )
77
88Go through [ api.deriv.com] ( https://api.deriv.com/ ) to know simple easy steps on how to register and get access.
99Use this all-in-one python library to set up and make your app running or you can extend it.
@@ -58,13 +58,13 @@ If you pass the connection it's up to you to reconnect in case the connection dr
5858# Documentation
5959
6060#### API reference
61- The complete API reference is hosted [ here] ( https://binary -com.github.io/python-deriv-api/ )
61+ The complete API reference is hosted [ here] ( https://deriv -com.github.io/python-deriv-api/ )
6262
63- Examples [ here] ( https://github.com/binary -com/python-deriv-api/tree/master/examples )
63+ Examples [ here] ( https://github.com/deriv -com/python-deriv-api/tree/master/examples )
6464
6565# Development
6666```
67- git clone https://github.com/binary -com/python-deriv-api
67+ git clone https://github.com/deriv -com/python-deriv-api
6868cd python-deriv-api
6969```
7070Setup environment
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ sub needs_method_arg {
114114 return 1;
115115}
116116
117- emit_functions($ENV {BINARYCOM_API_SCHEMA_PATH } // ' /home/git/binary -com/deriv-developers-portal /config/v3' );
117+ emit_functions($ENV {BINARYCOM_API_SCHEMA_PATH } // ' /home/git/deriv -com/deriv-api-docs /config/v3' );
118118
119119my $template = Template-> new(
120120 INCLUDE_PATH => " $distroot /scripts/templates" ,
You can’t perform that action at this time.
0 commit comments