Git Product home page Git Product logo

jsonpsty's Introduction

JsonPsty

A wrapper for json.psty.io Use it as storing things, or as database.

Orginal site: https://json.psty.io

Original documention: https://json.psty.io/api_documentation

Special Thanks To M4cs For This Wonderful Site For JSON!

Current/Latest Version: 1.0 (03 May, 2022 || 04:29 PM)

Generating Api-Key

Go to https://json.psty.io and login or sign up, and then go to bottom part of https://json.psty.io/account and take your api-key from there.

Examples

Check this examples.py for all available methods and their examples.

Initializing Client

from jsonpsty import JsonPstyClient

api_key = '' # Take your Api-Key from https://json.psty.io/signup

client = JsonPstyClient(api_key=api_key)

Available Methods

Getting A Single Store

get_store = client.getStore('lang')
print(get_store)

Creating A Single Store

create_store = client.createStore('store_name')
print(create_store)

Updating A Single Store

update_store = client.updateStore('lang', data={"key": "value"})
print(update_store)

Deleting A Store

delete_store = client.deleteStore('store_name')
print(delete_store)

Getting All Stores

get_all_stores = client.getAllStores()
print(get_all_stores)

Last Words

For more help, queries, contact us on our Telegram Group.

Link: https://telegram.dog/HelpSupportChat

Updates In: https://telegram.dog/SastaNetwork Telegram Channel.

jsonpsty's People

Contributors

sastadev avatar

Stargazers

Pranav Ajay avatar Alι Aryαɴ avatar Miko avatar

Watchers

 avatar

Forkers

aliaryantech

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.