GithubHelp home page GithubHelp logo

isabella232 / wstore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from conwetlab/wstore

0.0 0.0 0.0 10 MB

WStore provides functionality for the monetization of different kind of digital assets, including the management of assets and offerings as well as support for acquisitions, charging, billing, and accounting of pay-per-use services.

License: Other

Shell 0.33% JavaScript 23.50% Python 57.95% CSS 3.91% HTML 9.96% API Blueprint 4.35%

wstore's Introduction

WStore

License Docs Docker Support

Introduction

This is the code repository for WStore, the reference implementation of the Store GE.

This project is part of FIWARE. Check also the FIWARE Catalogue entry for WStore!

Any feedback is highly welcome, including bugs, typos or things you think should be included but aren't. You can use GitHub Issues to provide feedback.

You can find the User & Programmer's Manual and the Administration Guide on readthedocs.org

GEi Overal Description

WStore provides functionality for the monetization of different kind of digital assets, including the management of assets and offerings as well as support for acquisitions, charging, billing, and accounting of pay-per-use services.

Installation

The instructions to install WStore can be found at the Installation Guide. You can install the software in three different ways:

API Overview

WStore API is available under /api/ path, and the main available resources are:

  • Offerings /api/offering/offerings
  • Resources /api/offering/resources

With these resources you can:

  • Use POST to create entities:
    • Create a resource making POST to /api/offering/resources
    • Create an offering making POST to /api/offering/offerings
  • Use GET to retrieve entities:
    • Retrieve a collection of resources making GET to /api/offering/resources
    • Retrieve a collection of offerings making GET to /api/offering/offerings
    • Retrieve an offering making GET to /api/offering/offerings/ORG/NAME/VERSION
  • Use PUT to update entities:
    • Update a resource making PUT to /api/offering/resource/ORG/NAME/VERSION
    • Update an offering making PUT to /api/offering/offerings/ORG/NAME/VERSION
  • Use DELETE to remove entities:
    • Remove a resource making DELETE to /api/offering/resource/ORG/NAME/VERSION
    • Remove an offering making DELETE to /api/offering/offerings/ORG/NAME/VERSION

API Reference

For further documentation, you can check the API Reference available at:

Testing

End-to-End tests

End-to-End tests are described in the Installation Guide

Unit tests

To execute the unit tests, just run:

python manage.py test

Advanced Topics

You can also find this documentation on ReadTheDocs

wstore's People

Contributors

fdelavega avatar jpajuelo avatar kmilinho avatar severeoverfl0w avatar

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.