Class GetDistTagsSlice

java.lang.Object
com.artipie.npm.http.GetDistTagsSlice
All Implemented Interfaces:
com.artipie.http.Slice

public final class GetDistTagsSlice extends Object implements com.artipie.http.Slice
Returns value of the `dist-tags` field from package `meta.json`. Request line to this slice looks like /-/package/@hello%2fsimple-npm-project/dist-tags.
Since:
0.8
  • Constructor Details

    • GetDistTagsSlice

      public GetDistTagsSlice(Storage storage)
      Ctor.
      Parameters:
      storage - Abstract storage
  • Method Details