pulsar-edit / ppm

Pulsar Package Manager
MIT License
35 stars 13 forks source link

Convert body params to query params #47

Closed Spiker985 closed 1 year ago

Spiker985 commented 1 year ago

This is a REQUIREMENT for package publishing on the Pulsar backend.

The original Atom documentation had a section "parameters" where they did not clarify whether they were using form parameters, or query parameters. Due to the language we assumed that it was query parameters.

See here in the Discord for context: https://discord.com/channels/992103415163396136/992110095641088001/

The submodule within Pulsar will need to be updated to point to the new hash once this has been merged