go_rest_test:用Go(golang)编写的简单REST API演示服务器使用Cassandra作为存储

时间:2024-05-24 17:13:43
【文件属性】:

文件名称:go_rest_test:用Go(golang)编写的简单REST API演示服务器使用Cassandra作为存储

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-24 17:13:43

Go

休息测试 用Go(golang)编写的简单REST API演示服务器使用Cassandra作为存储。 演示使用令牌的基本授权和身份验证。 客户端可以注册新用户,登录,呼叫授权所需的测试功能以及注销。 二手图书馆: 设置RESTful JSON API的快速简便方法。 用于go-json-rest的令牌认证中间件。 软件包gocql为Go编程语言实现了快速,强大的Cassandra客户端。 API方法: 1. 要求: HTTP方法:POST。 无需授权。 请求有效负载:JSON { " login " : " new_login_here " , " password " : " new_password_here " } 回复: HTTP 200:好的。 用户注册。 正文: { "status" : "OK" } HTTP 400:错误的请求。 输入


【文件预览】:
go_rest_test-master
----user_auth_data_service.go(2KB)
----user_service.go(1KB)
----readme.md(4KB)
----data_connector.go(1KB)
----rest.go(4KB)
----user_data_service.go(993B)
----config.go(266B)
----main.go(760B)
----.gitignore(286B)
----services.go(2KB)
----user_auth.go(265B)
----user.go(273B)
----user_auth_service.go(2KB)

网友评论