lemberg / connfa-integration-server

Connfa CMS & Integration Server
Apache License 2.0
31 stars 43 forks source link

How to set for multiple Conferences? #19

Open kenyiu6 opened 7 years ago

kenyiu6 commented 7 years ago

API base url: {event_domain}/api/v2/{conference_alias}/

In the IOS app, you required BASE_URL = “http://drupalconbarcelona2015.uat.link/api/v2/”;

What should I do on the IOS app side?

How to set for multiple Conferences?

Nataliya-Kulinenko commented 7 years ago

@kenyiu6 Sorry for late reply. Each conference has it's own alias ({conference_alias}). Conference alias could be specified along with conference name in CMS. So if you'd like to build application for conference with alias 'summit2017', use following base url: {event_domain}/api/v2/summit2017/ Let us know, if there are any other questions.