-
Notifications
You must be signed in to change notification settings - Fork 50
API
Carlo Beltrame edited this page Nov 12, 2023
·
5 revisions
To see and try out the interactive, auto-generated API documentation of the latest version of eCamp v3, visit https://dev.ecamp3.ch/api.
To use most endpoints, you need to be logged in. To log in, you can just use the login form at https://dev.ecamp3.ch. Alternatively, within the API documentation page, scroll to the "Login Check" section, click on POST /authentication_token
, click on "Try it out", enter [email protected]
as identifier
and test
as password
, and then "Execute". Now you have a cookie in your browser that allows you to explore all other API endpoints.
- Home
- Installation
- Domain Object Model
- API
- Design
- Localization and translations
- Architecture
-
Testing guide
- API testing (TBD)
- Frontend testing
- E2E testing (TBD)
- Deployment
- Debugging