You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces #95. Tried this out, and it's so much simpler. To integrate a new application, all you need to do is put a new handler into the URL namespace of your application (say example.com/_feditest_json_rpc.php) and dispatch on the method field in the JSON posted to that endpoint. Other than JSON parsing, no libraries required.
The text was updated successfully, but these errors were encountered:
Replaces #95. Tried this out, and it's so much simpler. To integrate a new application, all you need to do is put a new handler into the URL namespace of your application (say
example.com/_feditest_json_rpc.php
) and dispatch on themethod
field in the JSON posted to that endpoint. Other than JSON parsing, no libraries required.The text was updated successfully, but these errors were encountered: