1.6.6 • Published 2 years ago

@famenun/sdk v1.6.6

Weekly downloads
46
License
ISC
Repository
github
Last release
2 years ago

Famenun SDK

Famenun SDK let's you acess all available APIs for Famenun Apps through high level and well explained SDK APIs.

  • NPM based
  • Well explained APIs and references
  • Open Source

New Features!

  • Now you can register hooks
  • Some bugs removed

Installation

Famenun CLI requires Node.js v4+ to run.

Just get your hand on Famenun-CLI from NPM using following command

$ npm install @famenun/sdk

or

$ npm i @famenun/sdk

Usuage

While using through NPM

import * as SDK from "@famenun/sdk"
const api = SDK.init(true); // optional to pass boolean | true for debug mode

While using though js file

<script src="./famenun_sdk.js"></script>
<script>
        const api = __famenun__.init(true); // optional to pass boolean | true for debug mode
</script>

APIs

For now Famenun-CLI supports the following commands and we have plans to cover more commands in future very soon

APIUsuage
AppGalaxyHandleroperations releated to famenun apps galaxy
BroadcastHandlerGenerate broadcast request
ChatroomsHandlerStart chat with someone
ClubsHandlerGet user club info
DeviceHandlerget user device info
LinksHandleropen link or generate deeplink
NotificationsHandlersend notifications to user
PaymentsHandlerGenerate payment request
ProfileHandlerGet user profile info and add shortcut to their profile
ToastHandlerShow some message to the user

Development

Want to contribute? Great! We need contributers play with repo and let us know

Todos

  • Write All Tests
  • Better code
  • Add more functionality realted to project management

Important Resources

License

MIT

Free Utility, We all love that!

1.6.4

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.9

2 years ago

1.5.8

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.9

2 years ago

1.6.6

2 years ago

1.4.8

2 years ago

1.6.5

2 years ago

1.4.7

2 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.0

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago