mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 08:20:12 +01:00
Updated New card with Python3 and REST API (markdown)
parent
654a68e13f
commit
fd41a0e8bc
1 changed files with 0 additions and 2 deletions
|
|
@ -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 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
|
- [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 =====>
|
- 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
|
- Wekan-Gogs integration with Node.js https://github.com/wekan/wekan-gogs
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
@ -37,7 +36,6 @@ Change these:
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vi:ts=4:et
|
# vi:ts=4:et
|
||||||
|
|
||||||
import pycurl
|
|
||||||
try:
|
try:
|
||||||
# python 3
|
# python 3
|
||||||
from urllib.parse import urlencode
|
from urllib.parse import urlencode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue