Giter VIP home page Giter VIP logo

my-content-api's Introduction

Valotalive Logo

Valotalive - My Content API v1

Summary

Valotalive My Content API enables you to manage your My Content sources programmatically.

Enabling API access

  1. Enable API Access in your My Content app (https://my.valota.live/): Settings -> API Access. API User Name is used only as a sender for posts sent by your app.
  2. Get api_key and api_secret from API Access.

Code Libraries

These libraries support all API endpoints. Save yourself some time and frustration and use them if possible.

API Description

Requests

  • All requests must have headers x-api-key and x-api-hash. x-api-key is api_key. x-api-hash is calculated individually for every request with request data and api_secret. See endpoints for exact calculation.
  • RESTful Web service. Supports methods GET, POST and DELETE
  • Throttling limit of 10 requests / min. Response 429 Too Many Requests if exceeded.

Payloads

  • Payloads are delivered as form data for POST and DELETE requests and URL for GET requests. As all payloads are strings, the payloads of type JSON have to be encoded/stringified.

Responses

  • Responses follow HTTP status codes. (successful requests return 200 OK)
  • Response body is stringified JSON.

API Endpoints

my-content-api's People

Contributors

jukkakorpelainen avatar

Watchers

 avatar  avatar  avatar

my-content-api's Issues

[Feature Request] Support for batch requests

Is your feature request related to a problem? Please describe.
API should support multiple actions in one request. At least deleting/archiving and posting should be possible to combine. Now deleting and posting sometimes causes a flicker on connected because requests are delivered individually.

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.