GitflicApi-bb wrapper
Project description
gitflic
About
This is wrapper of gitflic API.
All API documentation is here: https://gitflic.ru/help/api/intro
Installation
Install via pip:
# Shell
$ pip3 install gitflic
Example:
All examples in examples dir.
from gitflic import Gitflic, GitflicAuth
# Your authentication token.
# See: https://gitflic.ru/settings/oauth/token/create
token = "token_here"
# Creating authorized session with our token.
gf_session = GitflicAuth(token)
gf = Gitflic(gf_session)
# Call method to get authorized user from API.
user_me = gf.call("/user/me")
print(user_me)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gitflic-bb-1.112.tar.gz
(12.0 kB
view details)
File details
Details for the file gitflic-bb-1.112.tar.gz.
File metadata
- Download URL: gitflic-bb-1.112.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
351cdbc833c11ba739db8f4885b2fb927c5de46a7f902740d772980156b5a7f2
|
|
| MD5 |
3c362f54e0c0810c781ed9c1aff0ada1
|
|
| BLAKE2b-256 |
22c95d853069d9e6d8a38102825291e4bdf52bd27d13b3706f3eae7c7ae7637f
|