Forum Activity for @velibor-dragutinovic

alt=
@velibor-dragutinovic
04/04/15 02:12:05PM
9 posts

User Service - Retrieving profiles


Proxima

Great!

Thanks again for your help.
alt=
@velibor-dragutinovic
04/04/15 02:03:00PM
9 posts

User Service - Retrieving profiles


Proxima

Quote: I think what you're seeing is the lock on new modules for subscribers - new modules and skins are only available to Jamroom subscribers for the first 30 days. After 30 days they "unlock" for everyone. A VIP membership is $29 per year.


Ok, so I need to wait 30 days, or pay $29 to get it now?

Quote: Jamroom will not function properly on a Windows server - it needs to be a Linux, Mac OS X or FreeBSD server. We do provide high end hosting if you're looking for a scalable super fast home for your Proxima site: https://www.jamroom.net/hosting Otherwise you'll want to get a Linux based hosting account. Let me know if that helps.

Yeap, I assumed that Windows is the problem. I will probably try with Linux.
alt=
@velibor-dragutinovic
04/04/15 01:50:54PM
9 posts

User Service - Retrieving profiles


Proxima

I have checked both as you suggested, all is OK, but I still don't see Bridge module.

Don't know if this could be the issue:

http://postimg.org/image/4zg77t4nv/

Also, I had troubles when installing proxima. I wasn't able to install it through marketplace. I could see it, but when I tried to install it gave me an error (don't remember what was the error message, I can try with fresh installation if that will help). I installed Proxima bundle manually, by copying from previous installation into Jamroom folder.

updated by @velibor-dragutinovic: 04/04/15 01:51:46PM
alt=
@velibor-dragutinovic
04/04/15 12:29:41PM
9 posts

User Service - Retrieving profiles


Proxima

I have enabled BETA in release channels, but when I go back to modules I don't see Proxima Bridge module.
I see some other BETA modules like "Skype" or "Cron Server", but no Proxima Bridge. Am I doing something wrong maybe?
alt=
@velibor-dragutinovic
04/04/15 11:44:41AM
9 posts

User Service - Retrieving profiles


Proxima

Thanks.

One more question.

Quote: 3) Using the Proxima Bridge you could do this - i.e
 GET http://yoursite.com/api/bridge/follower/search? ... search conditions ... 

Proxima Bridge does not come with Proxima bundle? How can I install it?
updated by @velibor-dragutinovic: 04/04/15 11:45:21AM
alt=
@velibor-dragutinovic
04/04/15 11:19:57AM
9 posts

User Service - Retrieving profiles


Proxima

Quote: No - right now you can't search User accounts or Profiles - this is done mainly from a security perspective. What you want to do is when you create a new account, copy the info (say username and what other "public" data you would want available) over to a custom collection in the data service that you could use for listing/searching.


Ok, so when I make a request for creating an account, and get the response that account is created, I should make another request to add profile info to collection (e.g. POST api/data/profile)?

Quote: It works exactly the same as the Data Service - all operators are supported. Note that the Bridge Service module is still in beta - so please let me know if you see any issues.


I will play with it in coming days, and if I find anything strange, I'll let you know.

Quote: A quick question - are you using Proxima to provide an API for an existing Jamroom site (i.e. users will be signing up on your Jamroom site) or as the "backend" for a mobile or desktop app?

I am using it as a backend for an Android application.
updated by @velibor-dragutinovic: 04/04/15 11:20:23AM
alt=
@velibor-dragutinovic
04/04/15 11:00:55AM
9 posts

Data Service - search collections


Proxima

It sure does! Thanks. :)
alt=
@velibor-dragutinovic
04/04/15 10:56:02AM
9 posts

User Service - Retrieving profiles


Proxima

Hello,

I got few question regarding Proxima's User Service.

1) Is there an API for retrieving a list of all profiles?
2) Is there an API for searching for profiles based on some attributes (profile name, biography, etc.)?
3) Is there a way to retrieve profiles which are followers of the current user?

Thanks.


updated by @velibor-dragutinovic: 05/05/15 05:59:56AM
alt=
@velibor-dragutinovic
04/04/15 10:50:20AM
9 posts

Data Service - search collections


Proxima

Hello,

I have a question regarding Proxima's data service. When searching for collection items we can user API this way:

http://localhost/jamroom/api/data/event/search?search1=title%20eq%20test

This search will return all the events which title is exactly "test".

Is there any other operator except equals (eq) which we can use for searching?
Is there operator like "contains" which would return all the events that contain "test" word in their title?

updated by @velibor-dragutinovic: 05/05/15 03:23:23AM