Thfs generates a key-value file in the cloud that you can read and write using our simple API.
After entering your email into the form above you'll receive an email with an unique file name and an unique token.
To read the file you only need the file name. To edit it you need the file name and the token.
To access your file:
https://thfs.io/[name]
To access just the value of a key:
https://thfs.io/[name]/[key]
To set the value for a key:
https://thfs.io/[name]/[token]/set/[key]/[value]
To remove one key from your file:
https://thfs.io/[name]/[token]/remove/[key]
To remove all keys from your file:
https://thfs.io/[name]/[token]/clean
To increase the value of a key:
https://thfs.io/[name]/[token]/increase/[key]/[amount]
To decrease the value of a key:
https://thfs.io/[name]/[token]/decrease/[key]/[amount]
To switch the value of a key from 0 to 1 and viceversa:
https://thfs.io/[name]/[token]/switch/[key]
To push to a list:
https://thfs.io/[name]/[token]/push/[key]/[value]
To pop from a list:
https://thfs.io/[name]/[token]/pop/[key]
To destroy your file:
https://thfs.io/[name]/[token]/destroy
Copyright © 2019 Thfs.io | Privacy & Terms | Made by Qukio