Rakuten API client.
Project description
## python_rakuten_api
Python API for Rakuten API.
## Usage
Create a client.
```
from rakuten import RakutenClient
client = RakutenClient("API_KEY")
```
### Travel API
* `vacant_hotel_search`
```
response = client.travel.vacant_hotel_search(
checkin_date="2014-10-01",
checkout_date="2014-10-01",
middle_class_code="akita",
large_class_code="japan",
small_class_code="tazawa"
)
```
Python API for Rakuten API.
## Usage
Create a client.
```
from rakuten import RakutenClient
client = RakutenClient("API_KEY")
```
### Travel API
* `vacant_hotel_search`
```
response = client.travel.vacant_hotel_search(
checkin_date="2014-10-01",
checkout_date="2014-10-01",
middle_class_code="akita",
large_class_code="japan",
small_class_code="tazawa"
)
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size rakuten-0.1.3.tar.gz (3.1 kB) | File type Source | Python version None | Upload date | Hashes View hashes |