Module: RegApi2::Shop
Overview
REG.API shop category
Instance Method Summary (collapse)
-
- (void) add_lot
adding lot/lots.
-
- (void) delete_lot
delete lot/lots.
-
- (Array) get_category_list
getting a list of popular tags.
-
- (Hash) get_info
obtain information on the lot.
-
- (Hash) get_lot_list
getting a list of lots.
-
- (String) nop
For testing purposes.
-
- (void) update_lot
Update lot/lots.
Methods included from Builder
Instance Method Details
- (void) add_lot
This method returns an undefined value.
adding lot/lots.
22 |
# File 'lib/reg_api2/shop.rb', line 22 define :add_lot |
- (void) delete_lot
This method returns an undefined value.
delete lot/lots.
35 |
# File 'lib/reg_api2/shop.rb', line 35 define :delete_lot, required: { dname: {} } |
- (Array) get_category_list
getting a list of popular tags.
57 |
# File 'lib/reg_api2/shop.rb', line 57 define :get_category_list, field: :category_list |
- (Hash) get_info
obtain information on the lot.
42 |
# File 'lib/reg_api2/shop.rb', line 42 define :get_info, required: { dname: {} } |
- (Hash) get_lot_list
getting a list of lots.
51 |
# File 'lib/reg_api2/shop.rb', line 51 define :get_lot_list |
- (String) nop
For testing purposes. Also, with the help of this function you can check accessibility of a lot and get its ID. For this, pass username+password+dname.
16 |
# File 'lib/reg_api2/shop.rb', line 16 define :nop |
- (void) update_lot
This method returns an undefined value.
Update lot/lots.
28 |
# File 'lib/reg_api2/shop.rb', line 28 define :update_lot |