Skip to main content

List Frameworks

GET 

/frameworks/

Request

Query Parameters

    ordering stringrequired

    Which field to use when ordering the results.

    search stringrequired

    A search term.

Responses

Schema
  • Array [
  • id stringrequired

    A unique Base58 value identifying this object.

    name Framework Namerequired

    Possible values: <= 255 characters

    Name of the technology.
    For example, "PHP, "SQLite", "Python", "Apache", or "Wordpress".
    The maximum lenght is 255 characters.

    desc Framework Descriptionnullablerequired

    Description of the technology.
    Defaults to "".

  • ]
Loading...