Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -# -O -J "https://extendngextend.castsoftware.com/api/package/download/<id>/[<version>]" -H "x-nuget-apikey: <my_api_key>" -H "accept: application/octet-stream"

...

Code Block
curl -# -O -J "https://extendngextend.castsoftware.com/api/package/download/com.castsoftware.shell/1.1.1-funcrel" -H "x-nuget-apikey: 57asdfs-bccb-44f380c1f905" -H "accept: application/octet-stream"

...

Code Block
curl -# -O -J "https://extendngextend.castsoftware.com/api/package/download/com.castsoftware.shell" -H "x-nuget-apikey: 57asdfs-bccb-44f380c1f905" -H "accept: application/octet-stream"

...

Code Block
curl -# -O -J "https://extendngextend.castsoftware.com/api/package/download/com.castsoftware.shell/1.1.1-funcrel" -H "x-nuget-apikey: 57asdfs-bccb-44f380c1f905" -H "accept: application/octet-stream"
curl -# -O -J "https://extendngextend.castsoftware.com/api/package/download/com.castsoftware.jee" -H "x-nuget-apikey: 57asdfs-bccb-44f380c1f905" -H "accept: application/octet-stream"

...