File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ application <https://developers.amadeus.com/my-apps/>`__.
4949 except ResponseError as error:
5050 print (error)
5151
52+ Examples
53+ --------------------------
54+ You can find all the endpoints in self-contained `code examples <https://github.com/amadeus4dev/amadeus-code-examples >`_.
5255
5356Initialization
5457--------------
@@ -297,10 +300,6 @@ List of supported endpoints
297300 # Get the result of the process by jobId
298301 amadeus.travel.trip_parser_jobs.result(response.data[' id' ]).get()
299302
300- Examples
301- --------------------------
302- You can find all the endpoints in self-contained `code examples <https://github.com/amadeus4dev/amadeus-code-examples >`_.
303-
304303 Development & Contributing
305304--------------------------
306305
You can’t perform that action at this time.
0 commit comments