You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IMPLEMENTING_APIS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Users will send [web-requests](https://www.codecademy.com/articles/http-requests
6
6
7
7
# Process
8
8
9
-
The following process assumes that you have the appropriate [technical architecture][TECHNICAL_ARCHITECTURE.md) to receive and handle web-requests.
9
+
The following process assumes that you have the appropriate [technical architecture](https://github.com/openactive/developer-documentation/blob/info-arch-sketch/docs/using-data/technical-requirements.md) to receive and handle web-requests.
10
10
11
11
### 1. Identify any [query parameters](https://www.codecademy.com/learn/introduction-to-javascript/modules/intermediate-javascript-requests) sent with the request
12
12
For example your application may allow users to search for activity opportunities in a geographic area, or for certain dates and times. For example "select all badminton courts in Sheffield in the next 5 days"
0 commit comments