Skip to main content

List Frameworks

GET 

/frameworks/

Request

Query Parameters

    ordering string

    Which field to use when ordering the results.

    search string

    A search term.

Responses

Schema

  • Array [

  • id stringrequired

    A unique Base58 value identifying this object.

    name Framework Name (string)required

    Possible values: <= 255 characters

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

    desc Framework Description (string)nullablerequired

    Description of the technology.
    Defaults to "".

  • ]

Loading...