{"id":19501769,"url":"https://github.com/gregyjames/pastebin-api","last_synced_at":"2025-10-13T22:39:23.946Z","repository":{"id":81463532,"uuid":"88215197","full_name":"gregyjames/PasteBin-API","owner":"gregyjames","description":"C# Wrapper for pastebin!","archived":false,"fork":false,"pushed_at":"2017-04-14T04:08:28.000Z","size":10,"stargazers_count":8,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T22:39:23.636Z","etag":null,"topics":["api-wrapper","csharp","network","pastebin","rest-api"],"latest_commit_sha":null,"homepage":"","language":"C#","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/gregyjames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-13T23:42:50.000Z","updated_at":"2023-09-17T14:37:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"22c92489-8df7-4313-ab56-42d49df5351c","html_url":"https://github.com/gregyjames/PasteBin-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregyjames/PasteBin-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2FPasteBin-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2FPasteBin-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2FPasteBin-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2FPasteBin-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregyjames","download_url":"https://codeload.github.com/gregyjames/PasteBin-API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregyjames%2FPasteBin-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017146,"owners_count":26085984,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api-wrapper","csharp","network","pastebin","rest-api"],"created_at":"2024-11-10T22:14:00.265Z","updated_at":"2025-10-13T22:39:23.925Z","avatar_url":"https://github.com/gregyjames.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![alt tag](http://i.imgur.com/lDXZByY.png)\n\n# PasteBin-API\n\nA C# Wrapper for the pastebin api written to be fast and efficient.\n\n# Sample Usage\n\n### Initialize\n```csharp\nvar core = new PasteBinCore(\"DEVAPIKEY\");\nvar user = new PasteBinCore.User(\"USERNAME\", \"PASSWORD\", core);\n```\n### Post Anon\n```csharp\ncore.PostAnnon(\"PostName\", \"PostText\");\n```\n### Post as user\n```csharp\ncore.PostAsUser(\"PostName\", \"PostText\", user);\n```\n### Get All posts from user\n```csharp\n//Gets the 10 most recent posts for user\nvar postes = user.getUserPosts(10);\n\n//Displays title of first 2 posts\nConsole.WriteLine(postes.Paste[0].Paste_title);\nConsole.WriteLine(postes.Paste[1].Paste_title);\n```\n\n### Delete Post\n```csharp\n//Input key of post you wish to delete\nuser.DeleteUserPost(\"PASTEKEY\", user);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregyjames%2Fpastebin-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregyjames%2Fpastebin-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregyjames%2Fpastebin-api/lists"}