{"id":13509576,"url":"https://github.com/elixircnx/parse_elixir_client","last_synced_at":"2025-10-21T15:28:49.411Z","repository":{"id":19561657,"uuid":"22810625","full_name":"elixircnx/parse_elixir_client","owner":"elixircnx","description":"An Elixir client for the parse.com REST API","archived":true,"fork":false,"pushed_at":"2015-07-03T19:54:45.000Z","size":405,"stargazers_count":5,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T11:12:56.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/parse_client","language":"Elixir","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/elixircnx.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}},"created_at":"2014-08-10T14:26:15.000Z","updated_at":"2023-05-14T14:41:07.000Z","dependencies_parsed_at":"2022-08-23T20:30:39.110Z","dependency_job_id":null,"html_url":"https://github.com/elixircnx/parse_elixir_client","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixircnx%2Fparse_elixir_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixircnx%2Fparse_elixir_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixircnx%2Fparse_elixir_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixircnx%2Fparse_elixir_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixircnx","download_url":"https://codeload.github.com/elixircnx/parse_elixir_client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222552939,"owners_count":17002160,"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":[],"created_at":"2024-08-01T02:01:09.861Z","updated_at":"2025-10-21T15:28:49.039Z","avatar_url":"https://github.com/elixircnx.png","language":"Elixir","funding_links":[],"categories":["Third Party APIs"],"sub_categories":[],"readme":"# ParseClient [![Build Status](https://travis-ci.org/elixircnx/parse_elixir_client.svg?branch=master \"Build Status\")](https://travis-ci.org/elixircnx/parse_elixir_client) [![Hex.pm Version](http://img.shields.io/hexpm/v/parse_client.svg)](https://hex.pm/packages/parse_client)\n\nAn Elixir client for the parse.com REST API\n\n## Installation\n\n1. Add parse_elixir_client to your `mix.exs` dependencies\n\n  ```elixir\n  defp deps do\n    [ {:parse_client, \"~\u003e 0.3\"} ]\n  end\n  ```\n\n2. List `:parse_client` as an application dependency\n\n  ```elixir\n  def application do\n    [applications: [:logger, :parse_client]]\n  end\n  ```\n\n3. Run `mix do deps.get, compile`\n\n## Setup\n\n1. Uncomment `import_config \"#{Mix.env}.exs\"` in `config/config.exs`\n\n2. Create environment files `config/prod.exs` (for production), `config/dev.exs` (for development) and `config/test.exs`\n\n3. Configure parse_client with your parse.com Application ID and API key\n\n  Use system variables (preferred)\n  ```elixir    \n  # prod.exs\n\n  use Mix.Config\n\n  config :parse_client,\n    parse_application_id: System.get_env(\"PARSE_APPLICATION_ID\"),\n    parse_api_key: System.get_env(\"PARSE_API_KEY\")\n  ```\n\n  Or use them explicitly\n  ```elixir    \n  # prod.exs\n\n  use Mix.Config\n\n  config :parse_client,\n    parse_application_id: \"my_Application_ID\",\n    parse_api_key: \"my_REST_API_key\"\n  ```\n\n## Documentation\n\nhttp://hexdocs.pm/parse_client\n\n## Goals\n\n- Develop a full featured REST API for parse.com\n- Discover, learn and have fun!\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## Status\n\nThis client needs more testing at the production-level,\nand so we encourage you to try it out and give us your feedback.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixircnx%2Fparse_elixir_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixircnx%2Fparse_elixir_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixircnx%2Fparse_elixir_client/lists"}