mirror of
https://github.com/ManfredAabye/opensimcurrencyserver-dotnet-tests.git
synced 2026-07-27 22:15:52 +00:00
48c8dc96b6276f45c812bcbc44fc14b32917111b
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.
Languages
C#
97.7%
PHP
2.3%