Docmaps-Project / docmaps

Extensible protocol for document history metadata exchange, to enable trustworthy, rapid, open science, by and for preprint science communities.
MIT License
15 stars 1 forks source link

http-client: move over http-client package #136

Closed andrewedstrom closed 10 months ago

andrewedstrom commented 10 months ago

Description

The http-client package previously lived in https://github.com/Docmaps-Project/ts-api-server/, but that repo is going to be deprecated.

This PR adds it to the monorepo.

Related Issues

Checklist

Additional Information

Note: there aren't any tests for this module. The tests all live within the ts-api-server runtime package. Once we add the runtime package, this code will be tested again.