Skip to content

Commit de1a846

Browse files
committed
Merged master.
2 parents 1a3cea9 + 1f64317 commit de1a846

37 files changed

+208
-340
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Azure API Management developer portal
22

3-
This repository is managed by the [Microsoft Azure API Management](https://aka.ms/apimrocks) team and contains the source code of the developer portal. Instructions for setting up and extending your self-hosted portal are located [in the wiki section](https://github.com/Azure/api-management-developer-portal/wiki).
4-
5-
If you're looking for **general information or documentation on the developer portal**, refer to the [official Azure documentation](https://aka.ms/apimdocs/portal).
3+
This repository is managed by the [Microsoft Azure API Management](https://aka.ms/apimrocks) team and contains the source code of the developer portal. Refer to the [official Azure documentation](https://aka.ms/apimdocs/portal) for more information and instructions.
64

75
![API Management developer portal](readme/portal.png)
86

@@ -14,10 +12,10 @@ The `master` branch of this repository is used for daily development purposes an
1412

1513
You can **report bugs** or **submit feature requests** in [the repository's Issues section](https://github.com/Azure/api-management-developer-portal/issues).
1614

17-
Microsoft Azure Support assistance is limited to managed portals and only the initial setup of self-hosted portals ([documented in the Wiki](https://github.com/Azure/api-management-developer-portal/wiki/Self-hosting-the-portal)); best effort support is provided for problems that are caused by environmental factors, such as (but not limited to): hosting platform, development environment, network configuration. Other self-hosted portal assistance requests (for example, problem with custom widgets) should be submitted [on Stack Overflow](https://aka.ms/apimso) with the `azure-api-management` tag. **We don't provide support through GitHub Issues**.
15+
Microsoft Azure Support assistance is limited to managed portals and only the initial setup of self-hosted portals ([documentation](https://aka.ms/apimdocs/selfhostportal)); best effort support is provided for problems that are caused by environmental factors, such as (but not limited to): hosting platform, development environment, network configuration. Other self-hosted portal assistance requests (for example, problem with custom widgets) should be submitted [on Stack Overflow](https://aka.ms/apimso) with the `azure-api-management` tag. **We don't provide support through GitHub Issues**.
1816

19-
We welcome and appreciate **[community contributions](CONTRIBUTIONS.md)**. Refer to the **[contribution guidelines](https://github.com/Azure/api-management-developer-portal/wiki/Widget-contribution-guidelines)** for more information.
17+
We welcome and appreciate [community contributions](CONTRIBUTIONS.md). Refer to the [contribution guidelines](https://aka.ms/apimdocs/portal/contribute) for more information.
2018

2119
## <a name="license"></a> License
2220

23-
The developer portal is based on our own fork of the [Paperbits framework](http://paperbits.io/), which we enriched with API Management-specific features, and is published under [MIT license](license).
21+
The developer portal is published under the [MIT license](license).

scripts.v3/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class HttpClient {
106106
switch (resp.statusCode) {
107107
case 200:
108108
case 201:
109+
case 202:
109110
data.startsWith("{") ? resolve(JSON.parse(data)) : resolve(data);
110111
break;
111112
case 404:

scripts/capture.bat

Lines changed: 0 additions & 8 deletions
This file was deleted.

scripts/cleanup.bat

Lines changed: 0 additions & 8 deletions
This file was deleted.

scripts/configure.js

Lines changed: 0 additions & 71 deletions
This file was deleted.

scripts/data.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/deploy-default.bat

Lines changed: 0 additions & 30 deletions
This file was deleted.

scripts/download.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

scripts/generate.bat

Lines changed: 0 additions & 12 deletions
This file was deleted.

scripts/generate.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)