npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@one-view/pd-oneview-knowledge-base-panel-types

v0.0.12

Published

knowledge base plugins for oneview. this plugins will suggest list of CCR template

Downloads

24

Readme

FORMAT: 1A VERSION: 1.0.0 HOST: https://api.pd-oneview.net/knowledge-base-panel

pd-oneview-knowledge-base-panel

knowledge base plugins for oneview. this plugins will suggest list of CCR template

Articles List [/v1/articles{?query,ccr,delivery,customer,vertical,order_status,page,per_page,language,order_id,geid}]

obtain articles based on search query OR ccr

  • Parameters
    • query (string, optional) - search query string
    • page (number, optional) - number of page
      • Default: 1
    • per_page (number, optional) - number of records per page
      • Default: 10
    • ccr : '1A' (string, optional) - ccr code
    • order_id : (string, optional) - filter based on orderCode criteria
    • geid : (string, optional) - global entity id, needed for order_id based filter
    • delivery : '111644' (string, optional) - id of delivery type
    • customer : '111644' (string, optional) - id of customer type
    • vertical : '111644' (string, optional) - id of vertical type
    • order_status : '111644' (string, optional) - id of order status type
    • language (string, optional) - language of articles
      • Default : EN_us

get articles list [GET]

  • Request

    • Headers

        Authorization: bearer token
  • Response 200 (application/json)

    • Attributes (SearchResults)
  • Response 400 (application/json)

    • Attributes (Error)
  • Response 403 (application/json)

    • Attributes (Error)
  • Response 404 (application/json)

    • Attributes (Error)
  • Response 500 (application/json)

    • Attributes (Error)

Analytics [/v1/analytics/{articleId}]

article analytics by article ID

  • Parameters
    • articleId (required, string) - article ID

update article [POST]

updates article read time & view count

  • Request

    • Headers

        Authorization: bearer token
    • Attributes (AnalyticsParams)

  • Response 200 (application/json)

  • Response 400 (application/json)

    • Attributes (Error)
  • Response 401 (application/json)

    • Attributes (Error)
  • Response 403 (application/json)

    • Attributes (Error)
  • Response 404 (application/json)

    • Attributes (Error)
  • Response 500 (application/json)

    • Attributes (Error)

Data Structures

int32 (number)

int64 (number)

Error (object)

  • errorCode : 401 (int64)
  • errorMessage : not authorize (string)

Error_401 (object)

  • errorCode : 401 (int64)
  • errorMessage : not authorize (string)

Error_404 (object)

  • errorCode : 404 (int64)
  • errorMessage : not found (string)

Error_403 (object)

  • errorCode : 403 (int64)
  • errorMessage : forbidden (string)

Error_400 (object)

  • errorCode : 400 (int64)
  • errorMessage : bad request (string)

Error_500 (object)

  • errorCode : 500 (int64)
  • errorMessage : internal server error (string)

Article

  • id : 163642 (int64, required) - question id
  • codename : retrieving-answers-through-api (string) - question codename
  • name : Retrieving Answers through API (string) - name of question
  • description : Retrieving Answers through API (string) - description of question
  • category_id : 163642 (int64) - question category id
  • language_id : 1 (int64) - language type
  • answer (Answer) : answer of question
  • parent_categories (array[int64], fixed-type) - parent categories
  • created_at : 2016-06-12T16:50:55.673Z (string) - create time
  • updated_at : 2016-06-12T16:50:55.673Z (string) - update time
  • views : 163642 (int64) - number of views
  • categories (array[Category], fixed-type)

Answer

  • id : 163642 (int64) - id
  • body : <p>New Article</p> (string) - answer body with format
  • body_txt : New Article (string) - raw answer body
  • format : html (string) - format html
  • updated_at : 2016-06-12T16:50:55.673Z (string) - update time
  • question_id : 163642 (int64, required) - Question id

SearchResults

  • results (array[SearchItem], fixed-type)

SearchItem

  • id : 163642 (int64, required) - question id
  • name : Retrieving Answers through API (string) - name of question
  • answer (Answer)
  • last_published_date : 2016-06-12T16:50:55.673Z (string) - update time
  • last_published_user_name : John Doe" (string) - last editor
  • categories (CurrentCategory)
  • tags (array[string], fixed-type)

CurrentCategory

  • current (Category)

Category

  • id : 163642 (int64, required) - Category id
  • name : Designing Your Knowledge Base (string) - name of Category
  • codename : designing-your-knowledge-base (string) - codename of Category
  • parent_id : 163642 (int64) - Category parent id
  • created_at : 2016-06-12T16:50:55.673Z (string) - create time
  • updated_at : 2016-06-12T16:50:55.673Z (string) - update time

AnalyticsParams

  • time_spent : 123456 (int64, required) - Time spent reading in seconds

Filters

  • delivery (array[Category], fixed-type)
  • customer (array[Category], fixed-type)
  • vertical (array[Category], fixed-type)
  • order_status (array[Category], fixed-type)