zesty-io / zesty-hugo

https://hugo-zesty.ronakshah.net/
MIT License
0 stars 0 forks source link

Create script that converts Zesty 6-type zuid into multiple markdown pages using the basic-content api #5

Open trulyronak opened 5 years ago

trulyronak commented 5 years ago

Basic Content URL: http://burger.zesty.site/-/basic-content/6-8d6f30-zc84qx.json

Reference Code in Swift: https://github.com/zesty-io/ZestySwiftContentEndpointWrapper/blob/master/ZestySwiftContentEndpointWrapper/Classes/ZestySwiftContentEndpointWrapper.swift

trulyronak commented 5 years ago

Noticed this when looking at the swift code, this (var d: [String : [String : String]] = [:]) instantiates the array as a dictionary, not sure how its compiling but should be changed to var d: [String : [String : String]] = []