0

I’m using Cosmos DB with SQL API. I keep definitions of stored procedures in my project in JS files and initialize them during startup if it’s needed. I’m using WebStorm as JS code editor and it have really helpful feature: autocomplete. But to use is I need JS library file. Is it possible to download JS file used to generate this documentation:

https://azure.github.io/azure-cosmosdb-js-server/

1 Answer 1

1

The Cosmos DB JS server code is part of the page you linked.

You can find the page containing the DocDbWrapperScript.js here

If you just want the raw JS file then you can get that here

Sign up to request clarification or add additional context in comments.

1 Comment

That's exactly what I needed. Thank you.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.