From fd41a0e8bcc8907c71c3fc07038d3f6a7087b456 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 29 Oct 2020 12:54:27 +0200 Subject: [PATCH] Updated New card with Python3 and REST API (markdown) --- New-card-with-Python3-and-REST-API.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/New-card-with-Python3-and-REST-API.md b/New-card-with-Python3-and-REST-API.md index c992edf..d1da1e1 100644 --- a/New-card-with-Python3-and-REST-API.md +++ b/New-card-with-Python3-and-REST-API.md @@ -2,7 +2,6 @@ Also see: - [API Login to get Bearer token](https://github.com/wekan/wekan/wiki/REST-API#example-call---as-form-data) - [API docs and examples for various programming languages](https://wekan.github.io/api/), there is Boards / Export for exporting board with API - In the right menu, scroll down REST API Docs etc links =====> -- https://github.com/pycurl/pycurl/tree/master/examples/quickstart - Wekan-Gogs integration with Node.js https://github.com/wekan/wekan-gogs # Install @@ -37,7 +36,6 @@ Change these: # -*- coding: utf-8 -*- # vi:ts=4:et -import pycurl try: # python 3 from urllib.parse import urlencode