Package.elm-lang.org api

is there any docs for the package.elm-lang.org api?

so far i only found this endpoint https://package.elm-lang.org/all-packages

Your best bet is to take a look at the backend for the package site. Here’s the main routing logic:

1 Like

thank you. i also found this which helped me

example https://package.elm-lang.org/packages/elm/core/1.0.5/endpoint.json

the hash is sha1

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.