apache / incubator-resilientdb-python-sdk

Python SDK for ResilientDB
https://resilientdb.com/
Apache License 2.0
6 stars 6 forks source link

HTTP endpoints do not conform to URL query parameter standards #10

Open glenn-chen opened 1 year ago

glenn-chen commented 1 year ago

Currently, variable values are passed to endpoints in the form :/v1/transactions/

This should be changed to fit the format described in https://crowcpp.org/master/guides/query-string/ Ex: :/v1/transactions/get?id='parameter-value'