Skip to main content
Drama1962
Participating Frequently
February 14, 2015
Answered

CSH API vs Directly Calling Topic URLs

  • February 14, 2015
  • 1 reply
  • 345 views

Okay, folks, I need some help. I've worked with developers at two different employers, and each time I give them the CSH APIs and Instructions for Developers, they look at me strangely and ask why they can't just call the correct topic for each context.

I understand that there are some functions, like calling a named window in webhelp, that wouldn't work because they are not using the API. However, I'm using the new, awesome responsive HTML5 output for my current project. According to WvanWeelden (http://www.wvanweelden.eu/articles/context-sensitivity-multiscreenresponsive-html5), it doesn't matter with responsive HTML5 since you're not using specific screen layouts.

Is there any other functionality that I should be concerned about eliminating if we choose to call specific topics within the application instead of using the CSH API? I know that I shouldn't change my topic name (URL) unless I want dev to have to make the change within the application. Anything else?

Thanks, in advance, for your responses,

Becky Williams
RelayHealth

This topic has been closed for replies.
Correct answer Willam van Weelden

Not changing the url's is the only thing I can think of. The CSH API for Responsive HTML5 simply isn't very complex.

1 reply

Willam van Weelden
Willam van WeeldenCorrect answer
Inspiring
February 14, 2015

Not changing the url's is the only thing I can think of. The CSH API for Responsive HTML5 simply isn't very complex.

Drama1962
Drama1962Author
Participating Frequently
February 16, 2015

Thank you, William!