Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosudrum committed Apr 21, 2023
1 parent 1b1a40a commit 2d30ddd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tutorials/getting_started_LL2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ Combining these two filters is done using the ampersand symbol `&`.
Before adding these filters a question mark `?` is added after the base url to indicate the start of parameters.
Then the filter parameter name is given with an equals sign `=` with the value following it.

https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L7-L12
https://github.com/TheSpaceDevs/Tutorials/blob/1b1a40a64b18f7d0ab5d0131189d038fd542b7a9/tutorials/getting_started_LL2/launches_past_month.py#L7-L12

> Setting response mode
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L23-L24
https://github.com/TheSpaceDevs/Tutorials/blob/1b1a40a64b18f7d0ab5d0131189d038fd542b7a9/tutorials/getting_started_LL2/launches_past_month.py#L23-L24

> Limiting
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L26-L27
https://github.com/TheSpaceDevs/Tutorials/blob/1b1a40a64b18f7d0ab5d0131189d038fd542b7a9/tutorials/getting_started_LL2/launches_past_month.py#L26-L27

> Ordering
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L29-L30
https://github.com/TheSpaceDevs/Tutorials/blob/1b1a40a64b18f7d0ab5d0131189d038fd542b7a9/tutorials/getting_started_LL2/launches_past_month.py#L29-L30

> Assembling query URL
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L32-L36
https://github.com/TheSpaceDevs/Tutorials/blob/1b1a40a64b18f7d0ab5d0131189d038fd542b7a9/tutorials/getting_started_LL2/launches_past_month.py#L32-L36

> Paginating through all the results
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L47-L58
https://github.com/TheSpaceDevs/Tutorials/blob/1b1a40a64b18f7d0ab5d0131189d038fd542b7a9/tutorials/getting_started_LL2/launches_past_month.py#L47-L58

0 comments on commit 2d30ddd

Please sign in to comment.