Skip to content

Commit 8fd05a8

Browse files
committed
move examples section under get started
1 parent 350da83 commit 8fd05a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

5356
Initialization
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

0 commit comments

Comments
 (0)