Web API

Act provides a web API so that external programs can interact with Act's database. Queries are made using HTTP requests. Responses are text/plain UTF-8 encoded in JSON.

Web API queries are authenticated by an API key. API keys are configured in the conference's conf/act.ini configuration file.

  [api]
  users = john mary
  
  [api_user_john]
  key = bf149b9d326d1c3e2b146b7a1d78d697
  [api_user_mary]
  key = e203f297e8886702ac86d9bfc39dbeb8

The Query URL format is

  http://$host/$conf_id/api/$method?api_key=$api_key

Methods

Authors

Philippe Bruhat, Éric Cholet

License

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.