Authors: | Doug Coleman |
Class | Superclass | Slots |
bucket-does-not-exist | tuple | bucket-name |
b2-authorized-account |
backblaze-application-key |
backblaze-application-key-id |
Word | Stack effect |
2bl | ( -- ) |
<post-request-with-headers> | ( post-data headers url -- request ) |
authorized-account-api-url | ( -- api-url ) |
authorized-account-id | ( -- account-id ) |
authorized-authorization-token | ( -- api-url ) |
b2-add-account-id | ( assoc -- assoc ) |
b2-add-auth-header | ( request -- request' ) |
b2-add-basic-auth-header | ( request -- request' ) |
b2-auth. | ( json -- ) |
b2-authorize-account | ( -- json ) |
b2-create-bucket | ( assoc -- json' ) |
b2-create-bucket* | ( assoc -- json' ) |
b2-create-bucket-by-name-type | ( bucket-name bucket-type -- json' ) |
b2-create-private-bucket-by-name | ( bucket-name -- json' ) |
b2-delete-bucket | ( assoc -- json' ) |
b2-delete-bucket* | ( assoc -- json' ) |
b2-delete-bucket-by-name | ( bucket-name -- json' ) |
b2-get-request | ( path -- json ) |
b2-get-request* | ( path accountId? -- json ) |
b2-get-request-with-account-id | ( path -- json ) |
b2-get-request-with-params | ( params path -- json ) |
b2-get-upload-url | ( assoc -- json ) |
b2-get-upload-url* | ( assoc -- json ) |
b2-list-buckets | ( -- json ) |
b2-list-buckets* | ( -- json ) |
b2-list-keys | ( -- json ) |
b2-list-keys* | ( -- json ) |
b2-list-parts | ( assoc -- json ) |
b2-list-parts* | ( assoc -- json ) |
b2-post-request | ( assoc path -- json ) |
b2-post-request* | ( assoc path accountId? -- json' ) |
b2-post-request-with-account-id | ( assoc path -- json ) |
b2-storage-api. | ( json -- ) |
b2-upload-file | ( post-data headers bucket-name -- json ) |
b2-upload-file* | ( post-data headers bucket-name -- json ) |
b2-upload-path | ( path encoding bucket-name -- json ) |
bucket-does-not-exist | ( bucket-name -- * ) |
buckets-by-name | ( -- assoc ) |
extract-key-value | ( assoc key -- pair ) |
get-bucket-by-name | ( bucket-name -- bucket/* ) |
kava | ( key assoc value -- assoc ) |
prepare-b2-binary-file | ( path encoding -- post-data headers ) |
vaka | ( value assoc key -- assoc ) |
with-b2 | ( quot -- ) |
Word | Stack effect |
bucket-does-not-exist? | ( object -- ? ) |