Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. Tags
    3. cloudscript
    Log in to post

    • Kenneth Lightner

      HTTP Client API - DELETE calls
      Cloud Code • cloudscript • • Kenneth Lightner  

      3
      0
      Votes
      3
      Posts
      20
      Views

      Kenneth Lightner

      Delete call update and everything is working now. Thanks!
    • K

      How to access Lobby Data in a Lobby Filter script?
      Cloud Code • cloudscript lobby lobbyid • • Kaue Aftimus Rosa  

      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • thatguy1

      Don't discourage modulation by charging per in-house calls
      Suggestions • cloud code script cloudscript suggestion script prices price tiers • • thatguy1  

      5
      0
      Votes
      5
      Posts
      54
      Views

      thatguy1

      These points above are indeed good examples regarding "forcing bad practices": If I have 3 free API calls after the API call, after the 3rd freebie, I can return it and call again for 1 core + 3 more that can branch off again. This is inefficient for BC, yet beneficial for end-users (thus, forcing bad practices since it costs and gives more if we avoid the pre and post hooks). If a workaround to save API costs would be more work for the user, and costs more for BC, that's a lose-lose. If such a "hole" exists, shouldn't it be repriced for that consideration to make it the win-win you folks want it to be?
    • C

      User Entity vs Global Entity Indexed ID
      Client APIs • unity cloudscript entities • • Chris Brown 0  

      4
      0
      Votes
      4
      Posts
      26
      Views

      Paul Winterhalder

      Hi Chris, User entities are primarily indexed by profileId + entityType - so the singleton API will scale well no matter how many players you have. That said, if your use case gets more complicated, with say hundreds of entities of a particular type per user (say maybe you are modelling user created towns, that sort of thing) - you could consider using Owned Custom Entities instead. You can define addition, custom indexes for those... keeps those lookups fast and efficient. In addition, if you end up having >1000 Global Entities, you should definitely look at switching to Unowned Custom Entities. Same deal - you can define your own custom indexes... Hope that helps! Paul.
    • A

      Segmentation APIs
      Cloud Code • cloudscript segmentation • • Alexandru  

      4
      0
      Votes
      4
      Posts
      27
      Views

      Paul Winterhalder

      Hi @Alexandru , We've just officially added the Segment call you're looking for to brainCloud 4.55 - which is targeted for release in the next ~30 days... Updated Roadmap here - https://portal.productboard.com/braincloud/1-braincloud-baas-roadmap Paul.
    • U

      SOLVED Limit to API calls within cloud script?
      Cloud Code • cloudscript • • Ulrika Hjälmgården  

      9
      0
      Votes
      9
      Posts
      71
      Views

      Paul Winterhalder

      Sounds good Ali - thanks for the confirmation! Paul.
    • A

      Shared Modules - Ability to share code between cloud scripts
      Suggestions • cloudscript suggestion javascript • • Ali Raza  

      3
      1
      Votes
      3
      Posts
      70
      Views

      A

      Thank you very much
    • A

      Users API
      Suggestions • cloudscript users pagination • • Ali Raza  

      2
      0
      Votes
      2
      Posts
      86
      Views

      Paul Winterhalder

      Just noticed this was never replied to! To clarify - our new Users API was delivered in 4.3 late last year. Cheers! Paul.