Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhinavs/mudra
Virtual Currency Management API
https://github.com/abhinavs/mudra
Last synced: about 8 hours ago
JSON representation
Virtual Currency Management API
- Host: GitHub
- URL: https://github.com/abhinavs/mudra
- Owner: abhinavs
- License: mit
- Created: 2013-01-09T19:54:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T12:41:47.000Z (about 3 years ago)
- Last Synced: 2024-11-17T05:16:51.137Z (2 months ago)
- Language: Ruby
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mudra - virtual currency management API
detailed documention - coming soon.
curl -X POST http://localhost:9393/v1/apps -d "name=firstapp" -d "guid=1"
{"id":2,"name":"firstapp","description":null,"guid":"1","api_key":"ak_504f3f9705b7becb40bab21363708a56f8350933","status":"active","created_at":1487173743,"updated_at":1487173743,"object":"App"}### Copyright
Copyright (c) 2013 Abhinav Saxena. See LICENSE for details.