Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreock/mastercomapi
https://github.com/andreock/mastercomapi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreock/mastercomapi
- Owner: andreock
- Created: 2023-10-17T09:50:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T10:21:54.000Z (10 months ago)
- Last Synced: 2024-03-09T10:51:47.269Z (10 months ago)
- Language: C#
- Homepage: https://andrea055.github.io/mastercomAPI/
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastercom API
IT:
API del registro elettronico Mastercom create con web scraping.
L'endpoint login esegue la query verso la pagina login usando password_user e user, questo endpoint restituisce uno user_id e un JWT nella pagina HTML, questi vengono presi e restituiti all'utente perchè utilizzati negli altri endpoint.
Il routing di tutte le altre pagine del registro viene regolato da una query in index.php specificando stato_principale=NOME_PAGINA, le informazioni prese con HTML scraping.
Specifica openAPI: Link
EN:
Mastercom electronic ledger API created with web scraping.
The login endpoint queries the login page using password_user and user, this endpoint returns a user_id and a JWT in the HTML page, these are taken and returned to the user because they are used in the other endpoints.
The routing of all other registry pages is governed by a query in index.php specifying main_status=PAGE_NAME, the information taken with HTML scraping.
openAPI specification: Link