2025-06-24 14:16:56 +02:00
2025-06-24 13:39:54 +02:00
2025-06-23 12:52:32 +02:00
2025-06-24 14:16:56 +02:00
2025-06-22 23:27:21 +02:00

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.

S
Description
No description provided
Readme
233 KiB
Languages
C# 97.7%
PHP 2.3%