Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

iTwin/projects-client

Repository files navigation

Deprecated

The Project's API has been deprecated in favor of the iTwins API. As such, this package has been deprecated in favor of the @itwin/itwins-client package.

Projects Client Library

Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

iTwin.js is an open source platform for creating, querying, modifying, and displaying Infrastructure Digital Twins. To learn more about the iTwin Platform and its APIs, visit the iTwin developer portal.

If you have questions, or wish to contribute to iTwin.js, see our Contributing guide.

About this Repository

Contains the @itwin/projects-client package that wraps sending requests to the project service. Visit the Projects API for more documentation on the project service.

Running Tests

In order to run the integration tests, first add a .env file with the necessary settings, then run npm install, npm run build, and npm run test.