This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 857
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #473 from raml-org/raml-10-rc1
changed README file for release
- Loading branch information
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,13 @@ | |
|
||
RAML is a language for the definition of HTTP-based APIs that embody most or all of the principles of Representational State Transfer (REST). The RAML specification (this document) defines an application of the [YAML 1.2 specification](http://yaml.org/spec/1.2/spec.html) that provides mechanisms for the definition of practically-RESTful APIs, while providing provisions with which source code generators for client and server source code and comprehensive user documentation can be created. | ||
|
||
The current version of the RAML specification is **1.0** and can be found [here](versions/raml-10/raml-10.md). | ||
|
||
## IMPORTANT NOTE | ||
|
||
RAML 1.0 is currently in a Release Candidate stage to gather feedback from the community around the features introduced in this version such as annotations or types. We will release the final version for 1.0 soon by announcing it on our [blog](http://blog.raml.org/). | ||
|
||
In the meanwhile, if you have any feedback, please report them [here](https://github.com/raml-org/raml-spec/issues). | ||
|
||
Current released version: 1.0 RC1 | ||
Current released version: RAML 1.0 RC1 | ||
|
||
## Contributing | ||
|
||
|
@@ -23,12 +21,6 @@ We welcome any contributions from the community! You can contribute or provide f | |
|
||
You can also directly get in touch with us. Simply send us an email to: [email protected] | ||
|
||
**Note** | ||
|
||
Currently we are working on RC2 inside another branch called `raml-10-rc2`. If you want to fix any spelling or grammar mistake, or an error in our examples, please fork that branch, make your edits, and then submit a pull request. | ||
|
||
More information around the current branch structure can be viewed [here](https://github.com/raml-org/raml-spec/wiki/RAML-1.0-RC2---Plan#branch-structure) | ||
|
||
## Licensing | ||
|
||
[Branding Guidelines](http://raml.org/licensing.html) |