Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbingham94 authored Mar 1, 2024
1 parent f7145c7 commit ff0a0d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Blend API Specifications

## DEPRECATED
As of 3/1/2024, this repository has been deprecated. To access our OpenAPI docs, please visit https://developers.blend.com/blend/openapi.

## Introduction
Since version 3.0.0 of our API, Blend provides OpenAPI-compliant YAML files that describe the API's available to Blend's partners and customers.

# Release Notes
## Release Notes
Blend releases major versions of our API once a year and minor versions once a quarter. Patch versions are released on an as-needed basis against the existing stable minor version. The latest stable version will be marked _stable. The newest possible version's yaml will be marked _experimental, denoting that the API is not stable and should only be used for development purposes.

## Resources
See the [Blend Developer Portal](https://developers.blend.com/blend) for more information and detailed documentation, including quick start guides and example implementations.

## Getting Started
You may leverage the OpenAPI spec along with a host of open source tools to automatically generate code stubs, tests, and more in a number of popular coding languages. We also provide importable Postman collections to allow you to quickly and easily interact with the API via the free third-party API explorer [Postman](https://www.postman.com/). To learn how to import our collection JSON files, see the [Postman documentation](https://learning.postman.com/docs/postman/collections/data-formats/#importing-postman-data).
You may leverage the OpenAPI spec along with a host of open source tools to automatically generate code stubs, tests, and more in a number of popular coding languages. We also provide importable Postman collections to allow you to quickly and easily interact with the API via the free third-party API explorer [Postman](https://www.postman.com/). To learn how to import our collection JSON files, see the [Postman documentation](https://learning.postman.com/docs/postman/collections/data-formats/#importing-postman-data).

0 comments on commit ff0a0d0

Please sign in to comment.