iceportal_derive

Crates.ioiceportal_derive
lib.rsiceportal_derive
version1.0.3
sourcesrc
created_at2022-12-28 21:03:51.266653
updated_at2022-12-28 21:15:23.364472
descriptionDerives for building the api's of iceportal
homepage
repositoryhttps://github.com/AdriDevelopsThings/iceportal_rs
max_upload_size
id746983
size2,981
AdriDevelopsThings (AdriDevelopsThings)

documentation

README

iceportal_derive

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.

Commit count: 29

cargo fmt