Closed InnocentBug closed 8 months ago
This implements the use of a session object for connecting with the API. This should stream line better if a large number of requests is made.
session
With the capsulated requests and the previous connect and disconnect methods this is really easy to implement.
connect
disconnect
Unfortunately, it does not resolve the problems, we have with bigsmiles search.
Merge after #430 and #431.
CONTRIBUTORS.md
Merging to develop in this repository is managed by Trunk.
develop
/trunk merge
Description
This implements the use of a
session
object for connecting with the API. This should stream line better if a large number of requests is made.With the capsulated requests and the previous
connect
anddisconnect
methods this is really easy to implement.Changes
Known Issues
Unfortunately, it does not resolve the problems, we have with bigsmiles search.
Notes
Merge after #430 and #431.
Checklist
CONTRIBUTORS.md
) in the pull request source branch.