Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Commit

Permalink
changes urls of api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jürgen Schmidt committed May 11, 2015
1 parent de08531 commit 27ef07c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
This project is an **Android Development Kit** for accessing the [ImmobilienScout24 REST API](http://developerwiki.immobilienscout24.de/wiki/ImmobilienScout24_API).
This project is an **Android Development Kit** for accessing the [ImmobilienScout24 REST API](http://api.immobilienscout24.de/).

The purpose of this project is to enable Android developers to easily use the ImmobilienScout24 REST API **without having to care about the specifics of OAuth or how to structure requests against the API**.

Expand Down Expand Up @@ -30,7 +30,7 @@ First you'll have to provide the `ApplicationContext` to the `LibraryContext` cl

`LibraryContext.getInstance().initApplicationContext(getApplicationContext());`

The next thing you'll have to do is to initialize the `HttpRequestExecuter` with your **consumer-key and your consumer-secret** which you received when you [registered for using the ImmobilienScout24 REST API](http://developer.immobilienscout24.de/rest-api/rest-api-zugang). It is responsible for signing the requests which are directed to the API with your OAuth credentials. The `init2LeggedOauth` method also takes a flag specifying whether the requests should be fired *against the sandbox or the live system*.
The next thing you'll have to do is to initialize the `HttpRequestExecuter` with your **consumer-key and your consumer-secret** which you received when you [registered for using the ImmobilienScout24 REST API](http://api.immobilienscout24.de/get-started.html). It is responsible for signing the requests which are directed to the API with your OAuth credentials. The `init2LeggedOauth` method also takes a flag specifying whether the requests should be fired *against the sandbox or the live system*.

`HttpRequestExecuter.getInstance().init2LeggedOauth(consumer-key, consumer-secret, isLiveUrl);`

Expand Down Expand Up @@ -65,4 +65,4 @@ In order to create a successful pull request make sure to follow these steps:

1. Make sure not to break any tests.
2. Provide small commits.
3. Write understandable commit messages.
3. Write understandable commit messages.

0 comments on commit 27ef07c

Please sign in to comment.