aboutsummaryrefslogtreecommitdiff
path: root/api/routes
AgeCommit message (Collapse)AuthorFilesLines
2023-09-01Double check the inputkaotisk1-25/+31
2023-09-01Return json parse instead of stringifiedkaotisk1-1/+1
2023-09-01Added new routes, fixed indentationkaotisk1-9/+11
2023-08-19Added routes to merkle leafs and file chunkskaotisk3-0/+128
2023-08-03Changed to get params instead of querykaotisk3-22/+28
2023-06-17API: Error response errno -> errorkaotisk5-15/+15
2023-06-14Return an actual error messagekaotisk1-1/+1
2023-06-14Added new routekaotisk2-0/+33
2023-04-10Made getZblock a bit more secure and not able to crash the appkaotisk1-3/+27
2023-04-10New API route to fetch content from IPFS hashes that is cached in the filesystemkaotisk2-0/+35
2023-04-03Added ak-zblock-show with appropriate route in API with caching featurekaotisk2-0/+38
2023-03-31Fixed call to the right scriptkaotisk1-1/+1
2023-03-31Fixed ZblockValidator an ZchainValidatorkaotisk1-0/+21
2023-03-30Introducing an HTTP JSON APIkaotisk10-0/+278