Git Product home page Git Product logo

Comments (5)

jipiboily avatar jipiboily commented on May 20, 2024 1

That being said, the context won't be there to start with, as it is more appropriate for frontend libraries.

from forwardlytics.

GabLeRoux avatar GabLeRoux commented on May 20, 2024

http://raml.org/ ?

from forwardlytics.

jipiboily avatar jipiboily commented on May 20, 2024

For now, probably just something in the README, as it might change a lot before 0.1, and before 1.0...and possibly Apiary + Blueprint. At least, that's what I had in mind. I'll look at RAML though.

Thanks!

from forwardlytics.

jipiboily avatar jipiboily commented on May 20, 2024

At first, I think...

What we take from the API:

{
  context: {}, // optionnal, but can have IP of the user, user agent, version of the library used, etc
  timestamp: 123, // when the event triggered
  userID: 'some-user-id',
  userTraits: {} // User traits, most are custom. Some are required, per integration
}

What we send to the integrations:

{
  context: {}, // optionnal, but can have IP of the user, user agent, version of the library used, etc
  timestamp: 123, // when the event triggered
  userID: 'some-user-id',
  receivedAt: 123, // when Forwardlytics received the event
  userTraits: {} // User traits, most are custom. Some are required, per integration
}

from forwardlytics.

jipiboily avatar jipiboily commented on May 20, 2024

Now documented lightly in the README and the code.

from forwardlytics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.