You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FarmData1 uses the the farmOS Application Program Interface (API) to store and retrieve data in the database. A number of the markdown (.md files) throughout the FarmData2 repository contain links to the farmOS API documentation on the farmOS site.
farmOS has recently updated its API to Version 2. As a result, all of the links to the farmOS API that appear in FarmData2 now lead to documentation for the farmOS API Version 2. However, FarmData2 is currently still using Version 1 of the farmOS API. Thus, the FarmData2 .md files link to the incorrect version of the farmOS API documentation. Fortunately farmOS still provides the Version 1 API documentation, just using a different URL.
To Be Done
Find all links in the FarmData2 .md files that link to the farmOS API at the URLhttps://farmos.org/development/api/.
Modify the URL's in the .md files so that they link to Version 1 of the API documentation at the URL https://v1.farmos.org/development/api/.
FarmData1 uses the the farmOS Application Program Interface (API) to store and retrieve data in the database. A number of the markdown (
.mdfiles) throughout the FarmData2 repository contain links to the farmOS API documentation on the farmOS site.farmOS has recently updated its API to Version 2. As a result, all of the links to the farmOS API that appear in FarmData2 now lead to documentation for the farmOS API Version 2. However, FarmData2 is currently still using Version 1 of the farmOS API. Thus, the FarmData2
.mdfiles link to the incorrect version of the farmOS API documentation. Fortunately farmOS still provides the Version 1 API documentation, just using a different URL.To Be Done
.mdfiles that link to the farmOS API at the URLhttps://farmos.org/development/api/..mdfiles so that they link to Version 1 of the API documentation at the URLhttps://v1.farmos.org/development/api/.