box / box-windows-sdk-v2

Windows SDK for v2 of the Box API. The SDK is built upon .NET Framework 4.5

Home Page:https://developer.box.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

“box-dev-logo”

Box Windows V2 SDK

Project Status Platform Framework Platform Core License Build

The Box .NET SDK can be used to make API calls to the Box APIs in a .NET project.

The SDK is available for both .NET Framework 4.6.2 and .NET Core 2.0 or above. The installation of the SDK depends on the platform used.

Table of contents

Getting Started

Installation

You can install SDK library using Nuget

If you want to use .NET Core

PM> Install-Package Box.V2.Core

If you want to use .NET Framework

PM> Install-Package Box.V2

Or you can add it to your project directly in Visual Studio.

You can also download latest version from our Github's release page

Authentication

Our .NET SDK supports the following authentication methods:

Sample apps

You can check one of our sample apps included in this repository to see how to use the SDK

Usage

You can find detailed usage documentation and code samples under docs directory.

Other resources

Versions

We use a modified version of Semantic Versioning for all changes. See version strategy for details which is effective from 30 July 2022.

Supported Version

Only the current MAJOR version of SDK is supported. New features, functionality, bug fixes, and security updates will only be added to the current MAJOR version.

A current release is on the leading edge of our SDK development, and is intended for customers who are in active development and want the latest and greatest features. Instead of stating a release date for a new feature, we set a fixed minor or patch release cadence of maximum 2-3 months (while we may release more often). At the same time, there is no schedule for major or breaking release. Instead, we will communicate one quarter in advance the upcoming breaking change to allow customers to plan for the upgrade. We always recommend that all users run the latest available minor release for whatever major version is in use. We highly recommend upgrading to the latest SDK major release at the earliest convenient time and before the EOL date.

Version schedule

Version Supported Environments State First Release EOL/Terminated
5 .NET Framework 4.6.2+ and .NET Core 2.0+ Supported 02 Nov 2021 TBD
4 .NET Framework 4.5+ and .NET Core 2.0+ EOL 02 Nov 2021 TBD
3 EOL 28 Jul 2017 02 Nov 2021
2 EOL 05 Nov 2015 28 Jul 2017

Migrating from the old version?

If you are migrating from the old major version visit our upgrade documentation.

Questions, Bugs, and Feature Requests?

Browse the issues tickets! Or, if that doesn't work, file a new one and someone will get back to you. If you have general questions about the Box API, you can post to the Box Developer Forum.

Contributing

All contributions to this project are welcome! For more information, please see our Contribution guidelines.

Copyright and License

Copyright 2018 Box, Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Windows SDK for v2 of the Box API. The SDK is built upon .NET Framework 4.5

https://developer.box.com

License:Apache License 2.0


Languages

Language:C# 98.5%Language:PowerShell 1.5%