https://github.com/jockdarock/impact19-api-ws
https://github.com/jockdarock/impact19-api-ws
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jockdarock/impact19-api-ws
- Owner: JockDaRock
- Created: 2019-08-26T22:58:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T20:43:51.000Z (almost 7 years ago)
- Last Synced: 2025-05-04T13:35:06.402Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Impact 2019 - Make your first API Call
https://github.com/JockDaRock/impact19-api-ws
# Guide of commands and URLs for the workshop
Before we get started we need to pull down a docker file for an app we will be using later. Use the following command in a terminal window:
```bash
docker pull ciscodevnet/vs-api-ws-code
```
## Postman links we will need
* We will load the link below into Postman Collections
https://raw.githubusercontent.com/JockDaRock/impact19-api-ws/master/Impact%20Postman%20API%20requests%20Workshop.postman_collection.json
* Environment Variables for Postman
`X-Cisco-Meraki-API-Key` : `6bec40cf957de430a6f1f2baa056b99a4fac9ea0`
`organizationId`
`networkId`
`baseUrl` : `https://api.meraki.com/api/v0`
`httpbin` : `http://httpbin.org`
## Python Samples
Run the following command to bring up our code samples
```
docker run -it -p 127.0.0.1:8443:8443 ciscodevnet/vs-api-ws-code:latest --allow-http --no-auth
```
In a browser Navigate to http://127.0.0.1:8443