Questions tagged [stamplay]

Stamplay is a development platform that allows to build backend of apps using APIs as Lego blocks. When building new products there is a lot of upfront work before get started and apps need a wide range of feature and thus a lot of APIs to integrate with. Stamplay makes this fast, easy and more secure with a higher-level abstraction.

Stamplay is a hosted service which helps developers to build the backend of web and mobile applications piecing together API as building blocks.

Features

Stamplay makes visual most of the backend work so that you can code only what's really unique to your app. It is designed to be a self-service platform and his web-based provides:

  • User API: built-in support for logging in with email and password; OAuth login providers such as Facebook, Google, Twitter and GitHub; and single-session anonymous login. RBAC also comes with the User module and gives you more control on how end-users can access resources on your app.
  • Data Persitence: describe your data model and get RESTful APIs instantly created for you. Objects defined on our platform also have built-in social actions API to add upvote/downvote, comment and rating feature to your app.
  • Tasks: At the heart of Stamplay is the concept of a modular system made of components that can be combined together to create the server-side business logic of an application. Tasks let you create "If this..than that" functionalities to your app without coding.
  • API Integrations: extend your app features with one-click integration of APIs like Stripe, Twilio, Sendgrid, Algolia, Clearbit, Firebase, Pusher, Mailgun, Mandrill, Mailchimp, Segment, KeenIO, Intercom and more.
  • Javascript SDK: The Stamplay JS SDK can be added to any web page to begin using Stamplay. It can be used to read/write data to perform API request and authenticate users against one of the supported OAuth providers. More SDKs will be soon available for a number of these platforms.
  • Web hosting: Stamplay Hosting provides you with the tools to host static or dynamic websites that are hooked up to our backend. You can upload arbitrary static web content or create dynamic web apps, using the JavaScript SDK on the client side.

Getting help with Stamplay

Tag any answerable code-level questions specific to Stamplay with the stamplay tag. Refer to Stamplay.com for account and pricing questions.

Stamplay is designed to be a self-service platform. You may refer to Stamplay's documentation, see the full list of features, or join the Slack community as a place to reach out to other Stamplay developers with general questions.

If you found a bug or something is not working as expected, use the Slack #bug-report channel on our Slack community.

17 questions
2
votes
2 answers

Handle callback urls in Vue router

I use Stamplay as BaaS, so to authenticate user, I just redirect to /auth/v1/auth0/connect After, user authenticate.. the Stamplay call my app with /login/callback?jwt=abc.123.xyz How can I authenticate user after Stamplay call my app? Tried I…
ridermansb
  • 10,779
  • 24
  • 115
  • 226
2
votes
1 answer

Authenticate user with external url, Ember Simple Auth after callback with token

I use an external service for authentication Stamplay .. To authenticate with username and password, I have to make a post in ${config.host}/auth/v1/local/login The callback for this post contain the token, so I created a custom authenticator to…
ridermansb
  • 10,779
  • 24
  • 115
  • 226
2
votes
1 answer

Use Firebase and stamplay together. So I can still use Firebase Authorization and Stamplay Stripe

So I built an App using Firebase as backend. Now I need to use Stripe to charge use and send payment (or PayPal, whichever works). And I google around solutions. Most of them do require a backend with Node.js. But that defeat the purpose of using…
Hugh Hou
  • 2,344
  • 5
  • 31
  • 55
1
vote
1 answer

Stamplay JS SDK - Return items in collection based on current user

so I'm working on an angular + stamplay project and so far it has been going great however I'm in need of limiting a collection response to the currently logged in user. Here is what I have: function all() { var def = $q.defer(); //…
1
vote
1 answer

How to use $urlRouterProvider.when to change Stamplay facebook redirect URI into correct route

So I am using Stamplay facebook login. But it looks like I can not change the redirect URI. So after successfully login on facebook end, it redirect to this URI: https://actorreels.stamplayapp.com/?jwt=[token]#/_=_ This will trigger my main route…
Hugh Hou
  • 2,344
  • 5
  • 31
  • 55
1
vote
1 answer

Add a custom .d.ts file into my project

I'm using StamplayAPI Javascript, but there is no set type for this library. So I created a type .d.ts for this library and did a pull request. But I would not want to wait for the acceptance of the pull request to start using my type. How can I…
ridermansb
  • 10,779
  • 24
  • 115
  • 226
1
vote
1 answer

How to configure APP Id, API key and Base URL in this particular guide on git hub?

https://github.com/Stamplay/stamplay-ebayclassifieds I have been following the guide in the link above to build an app but now I'm stuck at the bit where they ask you to configure app id etc. I am not sure how to edit the app.js file to include…
0
votes
1 answer

How to redirect user to human in stamplay watson/intercom integration

I'm making a demo of chatbot for my company and trying to made using IBM conversation API, and Intercom with stamplay webhook, and I have one question, when I created the project he asks me "Pick the Intercom account that will take over the…
Otavio Henrique
  • 100
  • 1
  • 6
0
votes
0 answers

StamplayApp request time out error

I am trying to app the linkedIN login. When I sign in through linkedIn, it opens a new page and redirects to https://demostore.stamplayapp.com/auth/v1/Linkedin/connect but throws an Failed to load resource: the server responded with a status of…
noor
  • 651
  • 1
  • 8
  • 19
0
votes
0 answers

stamplay - object upload issue

I'm a beginner in developing mobile apps with Stamplay. I'm designing an e-commerce mobile app. So far, I have been able to implement authentification, "add category" feature in my app. Now I'm creating a form that allows me to upload articles in…
0
votes
2 answers

JSON Formatting, valid JSON displays syntax error

So, I am trying to deploy my simple stamplay web app but I'm getting an error: Syntax error in stamplay.json : Unexpected token { I tried troubleshooting by experimenting with the formatting several ways unsuccessfully. I made sure there was no…
Daniel E
  • 3
  • 1
0
votes
1 answer

How to do server end 310 redirect, mod rewrite in a stamplay server?

In angular, you can set $locationProvider.html5Mode(true); to get rid of the # in the URL so we get pretty URL and when share on facebook, the URL will actual pass into facebook instead of cut off after the hashtag. But html5Mode…
krob
  • 3
  • 1
0
votes
1 answer

CORS error when updating a contact in Stamplay

When calling JavaScript Stamplay.Object('contact').update() I'm getting this error: JavaScript PUT https://myappid.stamplayapp.com/api/cobject/v1/contact index.html:1 XMLHttpRequest cannot load…
Ben Cochrane
  • 3,317
  • 1
  • 14
  • 16
0
votes
1 answer

Setting up Stamplay CLI locally to use stamplay init and stamplay deploy

I am having a bit of trouble getting everything setup locally. Stamplay's command isn't doing anything. I have installed it using npm install -g stamplay-cli, but stamplay init and stamplay deploy commands aren't doing anything, any ideas where I…
Ben Cochrane
  • 3,317
  • 1
  • 14
  • 16
0
votes
2 answers

ng-repeat through an Array of Objects

I'm creating a little shoutbox with angular JS and StamPlay. Therefore I've created some 'Test Shouts' than can be accesed via an URL In my Angular app I've created a Service to fetch the data: app.factory('shouts', ['$http', function ($http)…
juleee
  • 456
  • 1
  • 7
  • 20
1
2