Skip to content

Commit

Permalink
Merge pull request #12 from matt-gibbs/master
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
Matt Gibbs committed Feb 28, 2015
2 parents 3feb09c + 6a0ca0c commit 43fe9a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# AutoRest #

The **AutoRest** tool generates client libraries for accessing RESTful web services described by a [Swagger](http://github.com/swagger-api/swagger-spec) documentation file.
The project is open-source on GitHub at [https://github.com/Azure/AutoRest](https://github.com/Azure/AutoRest).
The **AutoRest** tool generates client libraries for accessing RESTful web services. Input to *AutoRest* is a spec that describes the REST API using the [Swagger](http://github.com/swagger-api/swagger-spec) format.

##Hello World##
For this version of Hello World, we will use **AutoRest** to generate a client library and use it to call a web service. The trivial web service that just returns a string is defined as follows:
Expand Down

0 comments on commit 43fe9a0

Please sign in to comment.