Skip to content

Commit c791176

Browse files
author
Paul Gilmore
committed
Merge pull request #1 from PlayFab/Init
Initial Postman release
2 parents d3abe67 + c19c735 commit c791176

File tree

3 files changed

+3570
-1
lines changed

3 files changed

+3570
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2015 PlayFab Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
PlayFab Postman Collection README
2+
========
3+
4+
5+
1. Overview:
6+
----
7+
Postman Collection for PlayFab
8+
9+
This is the all-inclusinve Postman collection for demonstrating the PlayFab API very quickly and easily from Postman.
10+
11+
2. Prerequisites:
12+
----
13+
* Users should be very familiar with the topics covered in our [getting started guide](https://playfab.com/docs/getting-started-with-playfab/).
14+
15+
To connect to the PlayFab service, your machine must be running TLS v1.2 or better.
16+
* For Windows, this means Windows 7 and above
17+
* [Official Microsoft Documentation](https://msdn.microsoft.com/en-us/library/windows/desktop/aa380516%28v=vs.85%29.aspx)
18+
* [Support for SSL/TLS protocols on Windows](http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx)
19+
20+
21+
3. Setup:
22+
----
23+
* Download and extract the PostMan collection to {PostmanLocation}
24+
* Load Postman from the Google Chrome App Launcher
25+
* Import {PostmanLocation}/playfab.json into Postman
26+
27+
28+
4. Troubleshooting:
29+
----
30+
For a complete list of available APIs, check out the [online documentation](http://api.playfab.com/Documentation/).
31+
32+
#### Contact Us
33+
We love to hear from our developer community!
34+
Do you have ideas on how we can make our products and services better?
35+
36+
Our Developer Success Team can assist with answering any questions as well as process any feedback you have about PlayFab services.
37+
38+
[Forums, Support and Knowledge Base](https://community.playfab.com/hc/en-us)
39+
40+
41+
5. Copyright and Licensing Information:
42+
----
43+
Apache License --
44+
Version 2.0, January 2004
45+
http://www.apache.org/licenses/
46+
47+
Full details available within the LICENSE file.
48+

0 commit comments

Comments
 (0)