modrinth / labrinth

Our Rust-based backend utilizing the actix-web framework to serve Modrinth's API.
https://modrinth.com
GNU Affero General Public License v3.0
509 stars 73 forks source link

View api #930

Open AdamCalculator opened 1 week ago

AdamCalculator commented 1 week ago

Hello! My DynamicPack mod allows some resource packs to be automatically updated thanks to your API. The question arose that such an update does not take into account viewing the resource pack page, which negatively affects the resource packer’s motivation to add support for the mod.

Entrypoint: https://api.modrinth.com/analytics/view As I understand it, after updating I should send a POST request to this entrypoint? Will I break your rules by making the mod send the correct request here after updating?