diff --git a/AerisWeather API.postman_collection.json b/AerisWeather_API.postman_collection.json similarity index 99% rename from AerisWeather API.postman_collection.json rename to AerisWeather_API.postman_collection.json index 8367d74..f2c6027 100644 --- a/AerisWeather API.postman_collection.json +++ b/AerisWeather_API.postman_collection.json @@ -1,7 +1,7 @@ { "info": { - "_postman_id": "7d985096-6289-4cbe-8eb8-52b7ebbc6169", - "name": "AerisWeather API", + "_postman_id": "ffab2e37-04aa-4a82-867c-9d97a305194b", + "name": "AerisWeather_API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ diff --git a/AerisWeather API.postman_environment.json b/AerisWeather_API.postman_environment.json similarity index 75% rename from AerisWeather API.postman_environment.json rename to AerisWeather_API.postman_environment.json index cf42ef2..4d3fc9d 100644 --- a/AerisWeather API.postman_environment.json +++ b/AerisWeather_API.postman_environment.json @@ -1,6 +1,6 @@ { - "id": "d73e791f-7169-4cec-b58a-f655d091fb6a", - "name": "AerisWeather API", + "id": "93d5b9c9-36ea-466e-b1bb-816e7f30a0c9", + "name": "AerisWeather_API", "values": [ { "key": "env", @@ -24,6 +24,6 @@ } ], "_postman_variable_scope": "environment", - "_postman_exported_at": "2021-03-11T21:33:57.054Z", + "_postman_exported_at": "2021-03-12T22:53:09.937Z", "_postman_exported_using": "Postman/7.36.5" } \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6c592ab --- /dev/null +++ b/LICENSE @@ -0,0 +1,27 @@ +Copyright (c) 2021, AerisWeather +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of AerisWeather nor the names of its contributors may be used + to endorse or promote products derived from this software without specific + prior written permission of AerisWeather. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/README.md b/README.md index ab5e317..60de736 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,12 @@ A quick start guide to using the AerisWeather API with Postman. Check out our [o Within the Postman application, import the `./AerisWeather API.postman_environment.json` file with the _Manage Environments_ button. Next, select the AerisWeather API environment and update the `CLIENT_ID`, `CLIENT_SECRET`, and `location` variables: +![Import Environment](./images/env_import.jpg) + Now we can import the `./AerisWeather API.postman_collection.json` file with the *Import* option above the collection list. You are now ready to start hitting the AerisWeather API. +![Import Collection](./images/collection_import.jpg) + ### Example Details Be sure to check the request description for details about that request. The collection uses the following endpoints: @@ -29,5 +33,6 @@ Be sure to check the request description for details about that request. The col Additionally, we include a prebuilt [batch request](https://www.aerisweather.com/support/docs/api/getting-started/batch/) which returns a single response containing a [places](https://www.aerisweather.com/support/docs/api/reference/endpoints/places/), conditions, hourly forecast, and 7-day forecast request. Please note, the batch request will still use 4 API hits. +### Support - +Feel free to reach out to our [Support Team](https://www.aerisweather.com/support/) if you have any additional questions. \ No newline at end of file diff --git a/images/collection_import.jpg b/images/collection_import.jpg new file mode 100644 index 0000000..721638b Binary files /dev/null and b/images/collection_import.jpg differ diff --git a/images/env_import.jpg b/images/env_import.jpg new file mode 100644 index 0000000..fbaad50 Binary files /dev/null and b/images/env_import.jpg differ