Skip to main content
Explorer
December 24, 2024
Question

efficient document search | json endpoints | true sitemap | laggy javascript

  • December 24, 2024
  • 0 replies
  • 501 views

that laggy javaScript on st website really bothers me.

e.g https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/documentation.html

the search bar kindof does nothing... stuck?

anyway, couple hours with webbrowsers web dev tools (ctrl shift e or c) revealed some good url endpoints to do efficient searching.

so recently i search docs with this q field here:

st.com/bin/st/search/resources?q=migration&limit=999999&start=0

 

from here https://www.st.com/content/st_com/en/stm32-mcu-developer-zone/developer-resources.html

there are 5 categories under 'technical documentation' with their correcponding json reply

CL1734 mcu
SC2106 sw tools
SC961 embedd sw
SS1532 hw eval dev tools
SC2330 hw debugger programmer

using like this st.com/bin/st/selectors/cxst/en.cxst-rs-grid.html/CL1734.all.json

 

 

0. are there any other json endpoints, containing usefull links to resources?

1. is there a true sitemap of all url endpoints for tha st com domain?

 

please dont tell me to use cubeMX, mouse clickidy programming is not good

 

    This topic has been closed for replies.