Update API.md

This commit is contained in:
chaofan yang 2018-08-07 21:48:23 +08:00 committed by GitHub
parent c3a0b14a5e
commit 0e07eba013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -557,9 +557,9 @@ public void query(String _username, String _password, String _db_name, String _s
- - -
##Python API
## Python API
####Interface
#### Interface
To use Python API, please see gStore/api/http/python/src/GstoreConnector.py. Functions should be called like following:
@ -601,9 +601,9 @@ def fquery(self, username, password, db_name, sparql, filename):
- - -
##Php API
## Php API
####Interface
#### Interface
To use Php API, please see gStore/api/http/php/src/GstoreConnector.php. Functions should be called like following: