Skip to content

bk-rs/linode-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev

cargo clippy --all-features --tests --examples -- -D clippy::all
cargo +nightly clippy --all-features --tests --examples -- -D clippy::all

cargo fmt -- --check

cargo test-all-features -- --nocapture
RUST_BACKTRACE=1 RUST_LOG=trace cargo run -p linode-api-proxy -- --http-listen-addr 127.0.0.1:8081 -v

export LINODE_API_TOKEN="xxx"
curl -H "Authorization: Bearer $LINODE_API_TOKEN" http://127.0.0.1:8081/v4/profile -v
curl -H "Authorization: Bearer $LINODE_API_TOKEN" 'http://127.0.0.1:8081/v4/linode/instances/view_by_label?label=xxx' -v

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages