summaryrefslogtreecommitdiff
path: root/README
blob: 9edd0f968ceab75b913d8fb58a529bf23a2b2b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# BottleRock Interface

BottleRock, by default, is hosted on port 8080. It has the following endpoints

    /repo_update
        Method: POST
        Body:   Takes a form containing the arg repo_name
        Example:
            curl -X POST -F repo_name=SomeRepo http://localhost:8080/repo_update

    /definitions_update 
        Method: POST
        Not yet implemented.

    /build_complete
        Method: POST
        Not yet implemented.