{"id":15678033,"url":"https://github.com/256dpi/jsonapi","last_synced_at":"2025-05-07T02:01:41.302Z","repository":{"id":57481334,"uuid":"67170203","full_name":"256dpi/jsonapi","owner":"256dpi","description":"A fundamental and extendable JSON API library for Go.","archived":false,"fork":false,"pushed_at":"2023-01-17T19:53:49.000Z","size":230,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T05:11:15.356Z","etag":null,"topics":["go","golang","json-api"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/256dpi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-01T22:16:28.000Z","updated_at":"2023-06-04T08:50:24.000Z","dependencies_parsed_at":"2023-02-10T11:30:26.738Z","dependency_job_id":null,"html_url":"https://github.com/256dpi/jsonapi","commit_stats":null,"previous_names":["gonfire/jsonapi"],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/256dpi%2Fjsonapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/256dpi%2Fjsonapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/256dpi%2Fjsonapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/256dpi%2Fjsonapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/256dpi","download_url":"https://codeload.github.com/256dpi/jsonapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252798832,"owners_count":21805882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","json-api"],"created_at":"2024-10-03T16:15:25.812Z","updated_at":"2025-05-07T02:01:41.196Z","avatar_url":"https://github.com/256dpi.png","language":"Go","readme":"# jsonapi\n\n[![Test](https://github.com/256dpi/jsonapi/actions/workflows/test.yml/badge.svg)](https://github.com/256dpi/jsonapi/actions/workflows/test.yml)\n[![GoDoc](https://godoc.org/github.com/256dpi/jsonapi?status.svg)](http://godoc.org/github.com/256dpi/jsonapi)\n[![Release](https://img.shields.io/github/release/256dpi/jsonapi.svg)](https://github.com/256dpi/jsonapi/releases)\n\n**A fundamental and extendable JSON API library for Go.**\n\nPackage [`jsonapi`](http://godoc.org/github.com/256dpi/jsonapi) provides structures and functions to implement [JSON API](http://jsonapi.org) compatible APIs. The library can be used with any framework and is built on top of the standard Go http library.\n\n## Extensions\n\n### Custom Actions\n\nThe package supports the non-standard but widely adopted \"custom actions\" extension to support the following patterns:\n\n```\nGET /posts/highlighted\nDELETE /posts/cache\nPOST /posts/1/publish\nDELETE /posts/1/history\n```\n\n### Cursor Pagination\n\nThe package supports the non-standard but documented [\"cursor pagination\"](https://jsonapi.org/profiles/ethanresnick/cursor-pagination) profile.\n\n## Examples\n\nThe testing [server](https://github.com/256dpi/jsonapi/blob/master/server.go) implements a basic API server using the standard HTTP package.\n\n## Installation\n\nGet the package using the go tool:\n\n```bash\n$ go get -u github.com/256dpi/jsonapi/v2\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Joël Gähwiler\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F256dpi%2Fjsonapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F256dpi%2Fjsonapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F256dpi%2Fjsonapi/lists"}