Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnetic-fox/noter-client-python
Simple REST Python API and client for Noter.
https://github.com/magnetic-fox/noter-client-python
Last synced: 12 days ago
JSON representation
Simple REST Python API and client for Noter.
- Host: GitHub
- URL: https://github.com/magnetic-fox/noter-client-python
- Owner: Magnetic-Fox
- Created: 2023-11-21T17:15:34.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-21T17:44:48.000Z (12 months ago)
- Last Synced: 2023-11-22T18:45:25.662Z (12 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST Noter API and Client
This repository contains client API and program for REST Noter API.
## What is included in this repo?
Simple Python codes providing both client API and a client program for REST Noter Backend (not yet).
## How to initialize API for further use?
`noter.py` needs to be initialized first for further use. To do it, just provide API URL using `setAPIUrl` function.
After this, all functions in the API will work properly (of course with proper data provided).## Disclaimer
I've made much effort to provide here working and checked codes with hope it will be useful.
**However, these codes are provided here "AS IS", with absolutely no warranty! I take no responsibility for using them - DO IT ON YOUR OWN RISK!**## License
Codes provided here are free for personal use.
If you like to use any part of these codes in your software, just please give me some simple credits and it will be okay. ;)
In case you would like to make paid software and use parts of these codes - please, contact me before.*Bartłomiej "Magnetic-Fox" Węgrzyn,
November 21, 2023*