Created
March 8, 2016 19:59
-
-
Save DinoChiesa/e66563971c50e664de84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- restclient -*- | |
# | |
# URLs for querying Apigee Edge | |
# Yes, this runs within emacs. | |
:edge-auth := (dino-netrc-basic-auth-header "api.enterprise.apigee.com") | |
:mgmtserver = https://api.enterprise.apigee.com | |
GET :mgmtserver/v1/o/deecee/apis/parity-test99/revisions | |
Authorization: :edge-auth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment