Git Product home page Git Product logo

godiscuz's Introduction

godiscuz

GO语言版本的discuz(ucenter)开发包

#简介 是discuz(ucenter)论坛的整合开发包的go语法版本,该库不依赖其他的,已经实现了核心的算法,当前方法还没有全部实现,因为时间原因,我也暂时 只是用到这些,已经有的方法都是通过测试的,欢迎大家来扩展,可以参考现在的那些方法的例子,挺简单的,只是要测试,挺耗时的. #安装

go get -u github.com/iyf/godiscuz

#开始使用

import "github.com/iyf/godiscuz"
godiscuz.discuz.Register("appid", "你的key", "ucenter所在url,最后不要有/", "uc")
discuz.BindGetcreditsettings(creSet) //这些都是绑定api的,传入相应的方法即可
discuz.BindLogin(login)
discuz.BindUpdatecredit(Updatecredit)
discuz.BindLogout(logout)

//调用方法只需要导入包然后使用即可

godiscuz's People

Contributors

isdamir avatar

Stargazers

heipi avatar

Watchers

James Cloos avatar  avatar MeeGene avatar

Forkers

haiheipijuan

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.