Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosudrum authored Apr 21, 2023
1 parent a08dd9f commit 1b1a40a
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/60256f360d409f7938f52a11fde0615e4abb131e/tutorials/getting_started_LL2/launches_past_month.py#L7-L12
https://github.com/TheSpaceDevs/Tutorials/blob/main/tutorials/getting_started_LL2/launches_past_month.py#L7-L12

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

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

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

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

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

0 comments on commit 1b1a40a

Please sign in to comment.