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.
Source Distribution
rakuten-0.1.2.tar.gz
(3.0 kB
view details)
File details
Details for the file rakuten-0.1.2.tar.gz
.
File metadata
- Download URL: rakuten-0.1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c94950f5faa7672d9453d9c70329a0a0c6983a817eaccffb1cd79410ccc33e1 |
|
MD5 | e067f1678c6d2c5e79916fe159e75e0d |
|
BLAKE2b-256 | d881fda94a1952029c6795db22f32a6350d799a0ae1c07c3d9aa99bd4e098409 |