Skip to content

Commit

Permalink
exclude api.http in MINIFEST and document it's usage in file header
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Nov 3, 2023
1 parent 8ef8abf commit b7023dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ exclude .DS_Store
exclude .tx
exclude .tx/config
exclude buildout.cfg
exclude api.http
6 changes: 6 additions & 0 deletions api.http
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Example config for VS Code REST Client (Huachao Mao)
# After installing the extension, you can click on the send buttons in any section to do a REST-API call.
# https://marketplace.visualstudio.com/items?itemName=humao.rest-client

@baseUrl = http://localhost:8080/Plone

###
# send annonymous GET request to form:

get {{baseUrl}}/form

###
# send GET request, as admin to form:
get {{baseUrl}}/form
Authorization: Basic admin:admin

0 comments on commit b7023dd

Please sign in to comment.