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: docs/source/data-access/index.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The `REST API Specification`_ section describes the various endpoints that are s
19
19
*Note: Several sections and links begin with* [WIP]. *As development on the API is ongoing, this indicates
20
20
that the full implementation of the functionality is yet to be completed.*
21
21
22
-
The API can be accessed from the following URL [WIP]: https://api.dev.imap-mission.com
22
+
The API can be accessed from the following URL [WIP]: https://api.imap-mission.com
23
23
24
24
Command Line Utility
25
25
--------------------
@@ -163,7 +163,7 @@ for example, with ``IMAP_DATA_DIR=/data:``
163
163
Data Access URL
164
164
^^^^^^^^^^^^^^^
165
165
166
-
To change the default URL that the package accesses, you can set the environment variable ``IMAP_DATA_ACCESS_URL`` or within the package ``imap_data_access.config["DATA_ACCESS_URL"]``. The default is the development server (``https://api.dev.imap-mission.com``).
166
+
To change the default URL that the package accesses, you can set the environment variable ``IMAP_DATA_ACCESS_URL`` or within the package ``imap_data_access.config["DATA_ACCESS_URL"]``. The default is the production server (``https://api.imap-mission.com``).
167
167
168
168
File Validation
169
169
---------------
@@ -228,7 +228,7 @@ REST API Specification
228
228
229
229
.. code-block:: bash
230
230
231
-
curl -X GET -H "Accept: application/json" https://api.dev.imap-mission.com/upload/imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_20240105_v00-01.pkts
231
+
curl -X GET -H "Accept: application/json" https://api.imap-mission.com/upload/imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_20240105_v00-01.pkts
232
232
233
233
**Possible Responses:**
234
234
@@ -253,7 +253,7 @@ REST API Specification
253
253
254
254
.. code-block:: bash
255
255
256
-
curl -X GET -H "Accept: application/json" https://api.dev.imap-mission.com/download/imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_20240105_v00-01.pkts
256
+
curl -X GET -H "Accept: application/json" https://api.imap-mission.com/download/imap/swe/l0/2024/01/imap_swe_l0_sci_20240105_20240105_v00-01.pkts
257
257
258
258
**Possible Responses:**
259
259
@@ -271,7 +271,7 @@ REST API Specification
271
271
272
272
.. code-block:: bash
273
273
274
-
curl -X GET -H "Accept: application/json" https://api.dev.imap-mission.com/query?instrument=swe&data_level=l0&descriptor=sci&start_date=20240105&end_date=20240105&extension=pkts
274
+
curl -X GET -H "Accept: application/json" https://api.imap-mission.com/query?instrument=swe&data_level=l0&descriptor=sci&start_date=20240105&end_date=20240105&extension=pkts
0 commit comments