Skip to content

Commit f7c4cea

Browse files
authored
Merge pull request #133 from postmanlabs/develop
dev -> prod
2 parents f63dcdd + 1a7c22b commit f7c4cea

10 files changed

+44
-648
lines changed

redirects.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,33 @@
22
{
33
"from": "/postman-flows/getting-started/flows-overview/",
44
"to": "https://learning.postman.com/docs/postman-flows/flows-intro/flows-overview/"
5+
},
6+
{
7+
"from": "/postman-api-client/graphql-client/graphql-client-overview/",
8+
"to": "https://learning.postman.com/docs/sending-requests/graphql/graphql-overview/"
9+
},
10+
{
11+
"from": "/postman-api-client/graphql-client/graphql-request-interface/",
12+
"to": "https://learning.postman.com/docs/sending-requests/graphql/graphql-client-interface/"
13+
},
14+
{
15+
"from": "/postman-api-client/graphql-client/first-graphql-request/",
16+
"to": "https://learning.postman.com/docs/sending-requests/graphql/graphql-client-first-request/"
17+
},
18+
{
19+
"from": "/postman-api-client/websocket-client/websocket-client-overview/",
20+
"to": "https://learning.postman.com/docs/sending-requests/websocket/websocket/"
21+
},
22+
{
23+
"from": "/postman-api-client/mqtt-client/mqtt-client-overview/",
24+
"to": "https://learning.postman.com/docs/sending-requests/mqtt-client/mqtt-client-overview/"
25+
},
26+
{
27+
"from": "/postman-api-client/mqtt-client/mqtt-request-interface/",
28+
"to": "https://learning.postman.com/docs/sending-requests/mqtt-client/mqtt-request-interface/"
29+
},
30+
{
31+
"from": "/postman-api-client/mqtt-client/first-mqtt-request/",
32+
"to": "https://learning.postman.com/docs/sending-requests/mqtt-client/first-mqtt-request/"
533
}
634
]

src/components/LeftNav/LeftNavItems.jsx

Lines changed: 10 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -45,61 +45,30 @@ export const leftNavItems = [
4545
{
4646
name: "GraphQL Client",
4747
parentSlug: "graphql-client",
48-
url: "/postman-api-client/graphql-client/graphql-client-overview/",
49-
caret: true,
50-
subMenuItems1: [
51-
{
52-
name: "GraphQL overview",
53-
url: "/postman-api-client/graphql-client/graphql-client-overview/"
54-
},
55-
{
56-
name: "Using GraphQL request interface",
57-
url: "/postman-api-client/graphql-client/graphql-request-interface/"
58-
},
59-
{
60-
name: "Making your first GraphQL query",
61-
url: "/postman-api-client/graphql-client/first-graphql-request/"
62-
},
63-
],
48+
url: "https://learning.postman.com/docs/sending-requests/graphql/graphql-overview/",
49+
caret: false,
50+
subMenuItems1: []
6451
},
6552
{
6653
name: "gRPC Client",
6754
parentSlug: "grpc-client",
6855
url: "https://learning.postman.com/docs/sending-requests/grpc/grpc-client-overview/",
6956
subMenuItems1: [],
70-
caret: false,
57+
caret: false
7158
},
7259
{
7360
name: 'WebSocket Client',
7461
parentSlug: 'websocket-client',
75-
url: '/postman-api-client/websocket-client/websocket-client-overview/',
76-
caret: true,
77-
subMenuItems1: [
78-
{
79-
name: 'Using WebSocket requests',
80-
url: '/postman-api-client/websocket-client/websocket-client-overview/',
81-
},
82-
],
62+
url: 'https://learning.postman.com/docs/sending-requests/websocket/websocket/',
63+
caret: false,
64+
subMenuItems1: []
8365
},
8466
{
8567
name: "MQTT Client",
8668
parentSlug: "mqtt-client",
87-
url: "/postman-api-client/mqtt-client/mqtt-client-overview/",
88-
caret: true,
89-
subMenuItems1: [
90-
{
91-
name: "MQTT overview",
92-
url: "/postman-api-client/mqtt-client/mqtt-client-overview/"
93-
},
94-
{
95-
name: "Using MQTT request interface",
96-
url: "/postman-api-client/mqtt-client/mqtt-request-interface/"
97-
},
98-
{
99-
name: "Creating your first MQTT request",
100-
url: "/postman-api-client/mqtt-client/first-mqtt-request/"
101-
},
102-
],
69+
url: "https://learning.postman.com/labs/postman-api-client/mqtt-client/mqtt-client-overview/",
70+
caret: false,
71+
subMenuItems1: [],
10372
}
10473
];
10574

src/pages/labs-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Welcome to Labs!"
33
order: 1
44
page_id: "introduction-to-labs"
55
warning: false
6-
updated: 2022-07-07
6+
updated: 2023-10-19
77
contextual_links:
88
- type: section
99
name: "Prerequisites"
@@ -30,7 +30,7 @@ contextual_links:
3030
name: "WebSockets"
3131
- type: link
3232
name: "Using WebSocket Requests"
33-
url: "/postman-api-client/websocket-client/websocket-client-overview/"
33+
url: "https://learning.postman.com/docs/sending-requests/websocket/websocket/"
3434
- type: link
3535
name: "Github Issues"
3636
url: "https://github.com/postmanlabs/postman-app-support/issues"
@@ -46,13 +46,13 @@ Flows is a visual tool to create API workflows. You can use Flows to chain reque
4646

4747
## API Client
4848

49-
The API Client team has diligently been working on supporting more protocols within Postman. We started out by addressing WebSockets (and Socket.IO) and continued on with gRPC. We will continue to support and evolve each of these protocols. GraphQL is our next target. If there are other protocols that you think we should address, please check out the [GitHub Issues](https://github.com/postmanlabs/postman-app-support/issues) discussions.
49+
The API Client team has diligently been working on supporting more protocols within Postman. We started out by addressing WebSockets (and Socket.IO) and continued on with gRPC. We will continue to support and evolve each of these protocols. If there are other protocols that you think we should address, please check out the [GitHub Issues](https://github.com/postmanlabs/postman-app-support/issues) discussions.
5050

5151
### GraphQL
5252

53-
APIs made with GraphQL allow clients to ask the server for exactly the data they need. This is enabled by a powerful query interface and a runtime to execute those queries making it easier for developers to quickly explore and experiment with the client’s functionalities. Contrary to REST, which makes your chunks of data available on multiple endpoints, GraphQL makes working with data simpler and faster with a single endpoint. Plus, GraphQL is schema driven, which means more transparency in terms of API functionality and lower dependency between teams building the client and the server. So, a client can introspect the schema from the server to get an idea about the available data fields, send queries specifying fields to retrieve or manipulate the stored data. The server does exactly what was asked from it and returns only the data requested in the query. Combining these features, GraphQL provides users with a flexible, fast and predictable API experience, making it one of the most popular API technology.
53+
APIs made with GraphQL allow clients to ask the server for exactly the data they need. This is enabled by a powerful query interface and a runtime to execute those queries making it easier for developers to quickly explore and experiment with the client’s functionalities. Contrary to REST, which makes your chunks of data available on multiple endpoints, GraphQL makes working with data simpler and faster with a single endpoint. Plus, GraphQL is schema driven, which means more transparency in terms of API functionality and lower dependency between teams building the client and the server. A client can introspect the schema from the server to get an idea about the available data fields, send queries specifying fields to retrieve or manipulate the stored data. The server does exactly what was asked from it and returns only the data requested in the query. Combining these features, GraphQL provides users with a flexible, fast, and predictable API experience, making it one of the most popular API technology.
5454

55-
[Read more here...](/postman-api-client/graphql-client/graphql-client-overview)
55+
[Read more here...](https://learning.postman.com/docs/sending-requests/graphql/graphql-overview/)
5656

5757
### gRPC
5858

@@ -64,4 +64,4 @@ gRPC is a schema-driven Remote Procedure Call (RPC) framework often used to enab
6464

6565
The WebSocket protocol provides a way to exchange data between a client and server over a persistent connection. The data can be passed in both directions with low latency and overhead, and without breaking the connection. WebSockets provide a bidirectional, full-duplex communications channel that operates over HTTP through a single TCP socket connection. This means the server can independently send data to the client without the client having to request it, and vice versa.
6666

67-
[Read more here...](/postman-api-client/websocket-client/websocket-client-overview/)
67+
[Read more here...](https://learning.postman.com/docs/sending-requests/websocket/websocket/)

src/pages/postman-api-client/graphql-client/first-graphql-request.md

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

src/pages/postman-api-client/graphql-client/graphql-client-overview.md

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

0 commit comments

Comments
 (0)