Skip to content
Snippets Groups Projects
A

apilab

Project ID: 2383700
Select Git revision
  • master default protected
  • update-contributing-and-license
  • service-desk-endpoint
  • testing-heredocs-on-ci
4 results
  • Clone with SSH
  • Clone with HTTPS
  • Eric Eastwood's avatar
    Eric Eastwood authored
    Add contributing guide and license
    
    See merge request !2
    8435649d
    History

    API Lab

    npm i
    npm start

    Documentation for the current routes is available at the root (automatically generated).

    http://localhost:8000/

    The swagger document is also served for reference.

    http://localhost:8000/routes.yml

    Update Routes/Endpoints

    See routes.yml (Swagger document)

    Initial mock data

    See initial-data.json (Array of Resource objects)

    Testing

    Currently only linting available for Swagger document npm run lint

    Contributing

    Please see the contribution guidelines