• Starting point to call REST API from CURL

    I need to access NAVVIS- Instance via REST-API Getall.

        $ curl 'http://localhost:28080/api/configs' -i -X GET \
            -H 'X-Authorization: ' \
            -H 'Accept: application/json, application/javascript, text/javascript, text/json'

    The API has enpoint.

        API Endpointhttp://localhost:28080/api/
        API Portal / Home Pagehttps://docs.navvis.com/cloud/v2.5/en/html/api-guides/api.html

    I know I can call an API using curl via URL like

        $ curl -o data.json https://example.com/api-endpoint

    but don't know how to call it via 

        localhost:28080

    What do I need to get it? Do I need some dev-server to call it? 

  • RE: Scaffold application Error

    Have you got it? I am facing the same problem.