marketsurge-client 0.1.1

Unofficial HTTP client library for the MarketSurge platform
{
  "data": {
    "user": {
      "chartMarkups": {
        "cursorId": "cursor-abc123",
        "chartMarkups": [
          {
            "createdAt": "2024-01-15T12:00:00.000Z",
            "data": "{\"version\":1,\"annotations\":[]}",
            "frequency": "DAILY",
            "id": "markup-001",
            "name": "My Trend Lines",
            "site": "marketsurge",
            "updatedAt": "2024-01-15T12:00:00.000Z"
          },
          {
            "createdAt": "2024-01-20T09:30:00.000Z",
            "data": "{\"version\":1,\"annotations\":[{\"type\":\"trendline\"}]}",
            "frequency": "WEEKLY",
            "id": "markup-002",
            "name": null,
            "site": "marketsurge",
            "updatedAt": null
          }
        ]
      }
    }
  }
}