Skip to content

WIP: Rewrite backend using requests package

Rewrite backend using requests package

This makes all REST API calls much faster due to connection pooling and SSL context reuse.

General-purpose request functionality that is NOT related to the GraceDB API itself now resides in ligo.gracedb.requests in a series of mixin classes.

Fixes !10 (closed).

Edited by Alexander Pace

Merge request reports