Skip to content

Latest commit

 

History

History

azure-core-rest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Azure Core REST library for Android

Build Documentation

Azure Core REST provides client abstraction to make HTTP REST Calls.

Getting started

Prerequisites

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-rest</artifactId>
    <version>1.0.0-beta.14</version>
</dependency>

Key concepts

The key concepts of Azure Core REST include:

  • TODO

These will be introduced by way of the examples presented below.

Examples

Troubleshooting

If you encounter any bugs, please file issues via GitHub Issues or checkout StackOverflow for Azure Android SDK.

Contributing

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions