lumidion / sonatype-central-client

A client for calling the Sonatype Central publishing api
MIT License
2 stars 1 forks source link

chore: refining requests module for release #2

Closed Andrapyre closed 7 months ago

Andrapyre commented 7 months ago

Description

This PR introduces error types for the request module and updates the readme so that the versions numbers reflect the upcoming release.

It also removes the uploadBundle in the requests module and replaces it with two methods: uploadBundleFromFile and uploadBundleFromBytes.

Finally, it adds timeout parameters to the requests client.