Crates.io | iceportal_derive |
lib.rs | iceportal_derive |
version | 1.0.3 |
source | src |
created_at | 2022-12-28 21:03:51.266653 |
updated_at | 2022-12-28 21:15:23.364472 |
description | Derives for building the api's of iceportal |
homepage | |
repository | https://github.com/AdriDevelopsThings/iceportal_rs |
max_upload_size | |
id | 746983 |
size | 2,981 |
Derives for iceportal ResponseObjects. The ResponseObject
trait from the iceportal
crate will be implemented on the struct with the default fetch function. Add the url argument like that: #[response_object(url = "/api1/rs/tripInfo/connection/{eva_number}")]
. This will implemented in the T::url()
function.