We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350da83 commit 8fd05a8Copy full SHA for 8fd05a8
1 file changed
README.rst
@@ -49,6 +49,9 @@ application <https://developers.amadeus.com/my-apps/>`__.
49
except ResponseError as error:
50
print(error)
51
52
+Examples
53
+--------------------------
54
+You can find all the endpoints in self-contained `code examples <https://github.com/amadeus4dev/amadeus-code-examples>`_.
55
56
Initialization
57
--------------
@@ -297,10 +300,6 @@ List of supported endpoints
297
300
# Get the result of the process by jobId
298
301
amadeus.travel.trip_parser_jobs.result(response.data['id']).get()
299
302
-Examples
---------------------------
-You can find all the endpoints in self-contained `code examples <https://github.com/amadeus4dev/amadeus-code-examples>`_.
303
-
304
Development & Contributing
305
--------------------------
306
0 commit comments