[WIP] Setup an API Explorer test page

Review Request #8660 — Created Jan. 22, 2017 and discarded

Information

Review Board
master

Reviewers

Currently, we download the resource when accessing the API from the browser.
We want to have a UI on top of the webAPI when accessing it in the browser.

I added a test url at localhost:8080/apiexplorer, connected it to a view which renders
to a new, empty template (apiexplorer.html). Currently, the template only has RB's
header bar (base.html) and a title.

I ran the dev-server and opened localhost:8080/apiexplorer to see the empty template with
the RB header / toolbar as well as the title "API Explorer"

Description From Last Updated

Col: 1 E302 expected 2 blank lines, found 1

reviewbotreviewbot
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/admin/views.py
        reviewboard/urls.py
    
    Ignored Files:
        reviewboard/templates/apiexplorer.html
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/admin/views.py
        reviewboard/urls.py
    
    Ignored Files:
        reviewboard/templates/apiexplorer.html
    
    
  2. reviewboard/admin/views.py (Diff revision 1)
     
     
    Col: 1
     E302 expected 2 blank lines, found 1
    
  3. 
      
david
Review request changed

Status: Discarded

Loading...