You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2021/09/11 23:37:51 UTC

[openmeetings] branch feature/OPENMEETINGS-2661-fix-typo-and-link created (now 97d1730)

This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a change to branch feature/OPENMEETINGS-2661-fix-typo-and-link
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


      at 97d1730  OPENMEETINGS-2661 Fix link and typo.

This branch includes the following new commits:

     new 97d1730  OPENMEETINGS-2661 Fix link and typo.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[openmeetings] 01/01: OPENMEETINGS-2661 Fix link and typo.

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/OPENMEETINGS-2661-fix-typo-and-link
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 97d173040fa11791faf10b4d129dd075cd77729a
Author: Sebastian Wagner <se...@gmail.com>
AuthorDate: Sun Sep 12 11:37:41 2021 +1200

    OPENMEETINGS-2661 Fix link and typo.
---
 openmeetings-server/src/site/xdoc/RestAPISample.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/openmeetings-server/src/site/xdoc/RestAPISample.xml b/openmeetings-server/src/site/xdoc/RestAPISample.xml
index 4148841..2c735d3 100644
--- a/openmeetings-server/src/site/xdoc/RestAPISample.xml
+++ b/openmeetings-server/src/site/xdoc/RestAPISample.xml
@@ -87,8 +87,11 @@ const loginUrl = `${BASE_URL}/hash?secure=${hashResult.message}`
 			</ol>
 		</p>
 		<p>More in depth examples and use cases can be found at the module page <a href="https://www.npmjs.com/package/openmeetings-node-client" target="_blank">https://www.npmjs.com/package/openmeetings-node-client</a></p>
+		<div class="bd-callout bd-callout-info">
+			A sample Node.js sample use case for a website using Express.js can be found here: <a href="https://om-hosting.com/openmeetings-integration-nodejs/" target="_BLANK">https://om-hosting.com/openmeetings-integration-nodejs/</a>
+		</div>
 		</section>
-		<section name="How to get room hash via REST vis jQuery">
+		<section name="How to get room hash via REST via jQuery">
 			<ul>
 				<li>
 					First of all you need to perform login and get authorized SID to perform authorized operations