Skip to main content

Get the current project

Log in to add to favourites
JAVASCRIPT
1
2
3
4
5
ContensisClient.project.get().then(function(currentProject) { console.log(currentProject.name); console.log(currentProject.primaryLanguage); console.log(currentProject.supportedLanguages); });

Still need help?

New support request