linode / linode_api4-python

Official Python bindings for the Linode API
https://linode-api4.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
136 stars 74 forks source link

doc: Replace outdated API documentation TODOs with URLs #447

Closed lgarber-akamai closed 2 months ago

lgarber-akamai commented 3 months ago

📝 Description

This PR replaces all TODO documentation URLs with their actual corresponding docs URL. For context, these TODOs exist because we typically develop & release these features before the API documentation has been finalized.

✔️ How to Test

Ensuring All Relevant TODOs Are Replaced

  1. Run the following command to list all occurrences of TODO or TBD:
grep -Erniw 'TODO|TBD' ./linode_api4
  1. Ensure no matches have relevant API documentation on https://techdocs.akamai.com/linode-api/reference.