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.3.tar.gz
(3.1 kB
view details)
File details
Details for the file rakuten-0.1.3.tar.gz
.
File metadata
- Download URL: rakuten-0.1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 357e619c9c2af28e8a2e4352c101fcac63b54e950ee312436674c0a4a4607a3d |
|
MD5 | 60e503273dbcf9dba65ba9d012160012 |
|
BLAKE2b-256 | de70a6ca8e09847b2292b257a5b50ddc4c20d259ecc87b2c0c57ee0e460f2054 |