MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "lecontinue": "20240730213451|5610",
        "continue": "-||"
    },
    "query": {
        "logevents": [
            {
                "logid": 5620,
                "ns": 0,
                "title": "OctoKit",
                "pageid": 1719,
                "logpage": 1719,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PeterHarding",
                "timestamp": "2024-07-31T01:46:12Z",
                "comment": "Created page with \"=GitHub Support=  * https://github.com/octokit * https://octokitpy.readthedocs.io/en/latest/   [[Category:GitHub]] [[Category:Python]]\""
            },
            {
                "logid": 5619,
                "ns": 0,
                "title": "Swift UI - Using Padding",
                "pageid": 1718,
                "logpage": 1718,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PeterHarding",
                "timestamp": "2024-07-30T22:59:05Z",
                "comment": "Created page with \"=Padding=  <pre>  .padding() </pre>  <pre>  .padding(.horizontal, 50) </pre>  [[Category:SwiftUI]] [[Category:Examples]]\""
            },
            {
                "logid": 5618,
                "ns": 0,
                "title": "SwiftUI - Using Sliders",
                "pageid": 1717,
                "logpage": 1717,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PeterHarding",
                "timestamp": "2024-07-30T22:24:07Z",
                "comment": "Created page with \"=Using Sliders =   See - https://developer.apple.com/documentation/swiftui/slider  <pre> Slider(value: $bottomTrailing, in: 0...200, step: 5, minimumValueLabel: Text(\"0\"), maximumValueLabel: Text(\"200\")) {}.padding() </pre>  [[Category:SwiftUI]] [[Category:Examples]]\""
            },
            {
                "logid": 5617,
                "ns": 0,
                "title": "SwiftUI - Using Labels",
                "pageid": 1716,
                "logpage": 1716,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PeterHarding",
                "timestamp": "2024-07-30T22:22:09Z",
                "comment": "Created page with \"=SwiftUI Labels=  See - https://developer.apple.com/documentation/swiftui/label  <pre> Label(\"Lightning\", systemImage: \"bolt.fill\") </pre>  <pre> Label(\"Lightning\", systemImage: \"bolt.fill\")     .labelStyle(.titleOnly) </pre>  Label Styles - .titleOnly, .iconOnly and .titleAndIcon  <pre> struct RedBorderedLabelStyle: LabelStyle {     func makeBody(configuration: Configuration) -> some View {         Label(configuration)             .border(Color.red)     } } </pre>  <pre...\""
            },
            {
                "logid": 5616,
                "ns": 0,
                "title": "SwiftUI - Useful Links",
                "pageid": 0,
                "logpage": 1715,
                "params": {
                    "target_ns": 0,
                    "target_title": "SwiftUI - Useful References",
                    "suppressredirect": ""
                },
                "type": "move",
                "action": "move",
                "user": "PeterHarding",
                "timestamp": "2024-07-30T21:48:29Z",
                "comment": ""
            },
            {
                "logid": 5615,
                "ns": 0,
                "title": "SwiftUI - Useful Links",
                "pageid": 0,
                "logpage": 1715,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PeterHarding",
                "timestamp": "2024-07-30T21:48:03Z",
                "comment": "Created page with \"  * https://codingwithrashid.com/how-to-create-capsule-shape-in-swiftui/   [[Category:SwiftUI]]\""
            },
            {
                "logid": 5614,
                "ns": 0,
                "title": "SwiftUI - Clickable HStack",
                "pageid": 0,
                "logpage": 1714,
                "params": {
                    "target_ns": 0,
                    "target_title": "SwiftUI - Applying a Tap Gesture to an HStack",
                    "suppressredirect": ""
                },
                "type": "move",
                "action": "move",
                "user": "PeterHarding",
                "timestamp": "2024-07-30T21:45:55Z",
                "comment": ""
            },
            {
                "logid": 5613,
                "ns": 0,
                "title": "SwiftUI - Clickable HStack",
                "pageid": 0,
                "logpage": 1714,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PeterHarding",
                "timestamp": "2024-07-30T21:45:25Z",
                "comment": "Created page with \"= Implementing a Tap Gesture on an HStack =  <pre> struct ContentView: View {     var body: some View {         HStack {             Image(systemName: \"square.fill\")             Text(\"Tap me...\")         }         .contentShape(Rectangle())         .onTapGesture {             print(\"HStack tapped...\")         }      } } </pre>   [[Category:SwiftUI]] [[Category:Examples]]\""
            },
            {
                "logid": 5612,
                "ns": 0,
                "title": "SwiftUI - Working with Images",
                "pageid": 1713,
                "logpage": 1713,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PeterHarding",
                "timestamp": "2024-07-30T21:42:10Z",
                "comment": "Created page with \"=Some Examples=  == Basics ==  <pre> Image(systemName: \"globe.fill\")     .foregroundColor(.green) </pre>   == Colour Multiplication ==   <pre> Image(\"lion\")     .colorMultiply(.yellow) </pre>  == Applying Colour Filters ==  <pre> Image(\"lion\")     .hueRotation(.degrees(30))     .saturation(0.6)     .contrast(2) </pre>  == Next ==  <pre> </pre>   <pre> </pre>  [[Category:SwiftUI]] [[Category:Examples]]\""
            },
            {
                "logid": 5611,
                "ns": 0,
                "title": "SwiftUI - Generic parameter \u2018Content\u2019 could not be inferred",
                "pageid": 1712,
                "logpage": 1712,
                "params": {},
                "type": "create",
                "action": "create",
                "user": "PeterHarding",
                "timestamp": "2024-07-30T21:38:25Z",
                "comment": "Created page with \" = Generic Parameter \u2018Content\u2019 Could Not Be Inferred =  * https://forums.swift.org/t/why-generic-parameter-content-could-not-be-inferred-its-just-one-expression-very-simple/35923/1   [[Category:SwiftUI]] [[Category:Examples]]\""
            }
        ]
    }
}