mirror of
https://github.com/ManfredAabye/opensimcurrencyserver-dotnet-tests.git
synced 2026-07-27 22:15:52 +00:00
98d50a8fdded8f134a3d7300a08fe4dc84750d72
Added detailed documentation for developing an OpenERP plugin for C# MoneyServer, including architecture overview, core functions, API integration, and installation steps.
opensimcurrencyserver-dotnet-tests
opensimcurrencyserver Json API test for PHP
Die Json API funktioniert zu 60% - The Json API works 60%
Zum Aktivieren der API müssen beide Einstellungen gesetzt werden:
To activate the API, both settings must be set:
; # ApiKey is the secret key required for API access to the MoneyServer.
; # AllowedUser specifies the authorized username for API requests.
; # Both values must be set and must match the credentials sent by your external scripts or web clients.
ApiKey = 123456789
AllowedUser = myadminuser
moneyserver_api.php funktioniert noch nicht vollständig, aber gibt schon Daten aus und meldet brav Fehler.
moneyserver_api.php is not yet fully functional, but it is already outputting data and reporting errors.
Cashbook arbeitet work.
Languages
C#
97.7%
PHP
2.3%